Uses of Interface
software.amazon.awssdk.services.codedeploy.model.RevisionLocation.Builder
-
Packages that use RevisionLocation.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of RevisionLocation.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return RevisionLocation.Builder Modifier and Type Method Description default RevisionLocation.BuilderRevisionLocation.Builder. appSpecContent(Consumer<AppSpecContent.Builder> appSpecContent)The content of an AppSpec file for an Lambda or Amazon ECS deployment.RevisionLocation.BuilderRevisionLocation.Builder. appSpecContent(AppSpecContent appSpecContent)The content of an AppSpec file for an Lambda or Amazon ECS deployment.static RevisionLocation.BuilderRevisionLocation. builder()default RevisionLocation.BuilderRevisionLocation.Builder. gitHubLocation(Consumer<GitHubLocation.Builder> gitHubLocation)Information about the location of application artifacts stored in GitHub.RevisionLocation.BuilderRevisionLocation.Builder. gitHubLocation(GitHubLocation gitHubLocation)Information about the location of application artifacts stored in GitHub.RevisionLocation.BuilderRevisionLocation.Builder. revisionType(String revisionType)The type of application revision:RevisionLocation.BuilderRevisionLocation.Builder. revisionType(RevisionLocationType revisionType)The type of application revision:default RevisionLocation.BuilderRevisionLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Information about the location of a revision stored in Amazon S3.RevisionLocation.BuilderRevisionLocation.Builder. s3Location(S3Location s3Location)Information about the location of a revision stored in Amazon S3.default RevisionLocation.BuilderRevisionLocation.Builder. string(Consumer<RawString.Builder> string)Information about the location of an Lambda deployment revision stored as a RawString.RevisionLocation.BuilderRevisionLocation.Builder. string(RawString string)Information about the location of an Lambda deployment revision stored as a RawString.RevisionLocation.BuilderRevisionLocation. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type RevisionLocation.Builder Modifier and Type Method Description static Class<? extends RevisionLocation.Builder>RevisionLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type RevisionLocation.Builder Modifier and Type Method Description default DeploymentInfo.BuilderDeploymentInfo.Builder. previousRevision(Consumer<RevisionLocation.Builder> previousRevision)Information about the application revision that was deployed to the deployment group before the most recent successful deployment.default CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. revision(Consumer<RevisionLocation.Builder> revision)The type and location of the revision to deploy.default DeploymentInfo.BuilderDeploymentInfo.Builder. revision(Consumer<RevisionLocation.Builder> revision)Information about the location of stored application artifacts and the service from which to retrieve them.default GetApplicationRevisionRequest.BuilderGetApplicationRevisionRequest.Builder. revision(Consumer<RevisionLocation.Builder> revision)Information about the application revision to get, including type and location.default GetApplicationRevisionResponse.BuilderGetApplicationRevisionResponse.Builder. revision(Consumer<RevisionLocation.Builder> revision)Additional information about the revision, including type and location.default RegisterApplicationRevisionRequest.BuilderRegisterApplicationRevisionRequest.Builder. revision(Consumer<RevisionLocation.Builder> revision)Information about the application revision to register, including type and location.default RevisionInfo.BuilderRevisionInfo.Builder. revisionLocation(Consumer<RevisionLocation.Builder> revisionLocation)Information about the location and type of an application revision.default DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. targetRevision(Consumer<RevisionLocation.Builder> targetRevision)Information about the deployment group's target revision, including type and location.
-