Interface GetApplicationRevisionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeDeployResponse.Builder,- CopyableBuilder<GetApplicationRevisionResponse.Builder,,- GetApplicationRevisionResponse> - SdkBuilder<GetApplicationRevisionResponse.Builder,,- GetApplicationRevisionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetApplicationRevisionResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationRevisionResponse.Builder
extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application that corresponds to the revision.revision(Consumer<RevisionLocation.Builder> revision) Additional information about the revision, including type and location.revision(RevisionLocation revision) Additional information about the revision, including type and location.revisionInfo(Consumer<GenericRevisionInfo.Builder> revisionInfo) General information about the revision.revisionInfo(GenericRevisionInfo revisionInfo) General information about the revision.Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationNameThe name of the application that corresponds to the revision. - Parameters:
- applicationName- The name of the application that corresponds to the revision.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionAdditional information about the revision, including type and location. - Parameters:
- revision- Additional information about the revision, including type and location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisiondefault GetApplicationRevisionResponse.Builder revision(Consumer<RevisionLocation.Builder> revision) Additional information about the revision, including type and location. This is a convenience method that creates an instance of theRevisionLocation.Builderavoiding the need to create one manually viaRevisionLocation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torevision(RevisionLocation).- Parameters:
- revision- a consumer that will call methods on- RevisionLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
revisionInfoGeneral information about the revision. - Parameters:
- revisionInfo- General information about the revision.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionInfodefault GetApplicationRevisionResponse.Builder revisionInfo(Consumer<GenericRevisionInfo.Builder> revisionInfo) General information about the revision. This is a convenience method that creates an instance of theGenericRevisionInfo.Builderavoiding the need to create one manually viaGenericRevisionInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torevisionInfo(GenericRevisionInfo).- Parameters:
- revisionInfo- a consumer that will call methods on- GenericRevisionInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-