Interface CreatePlatformVersionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreatePlatformVersionResponse.Builder,,- CreatePlatformVersionResponse> - ElasticBeanstalkResponse.Builder,- SdkBuilder<CreatePlatformVersionResponse.Builder,,- CreatePlatformVersionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreatePlatformVersionResponse
@Mutable
@NotThreadSafe
public static interface CreatePlatformVersionResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionplatformBuilder(Consumer<PlatformBuilder.Builder> platformBuilder) The builder used to create the custom platform.platformBuilder(PlatformBuilder platformBuilder) The builder used to create the custom platform.platformSummary(Consumer<PlatformSummary.Builder> platformSummary) Detailed information about the new version of the custom platform.platformSummary(PlatformSummary platformSummary) Detailed information about the new version of the custom platform.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
platformSummaryDetailed information about the new version of the custom platform. - Parameters:
- platformSummary- Detailed information about the new version of the custom platform.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
platformSummarydefault CreatePlatformVersionResponse.Builder platformSummary(Consumer<PlatformSummary.Builder> platformSummary) Detailed information about the new version of the custom platform. This is a convenience method that creates an instance of thePlatformSummary.Builderavoiding the need to create one manually viaPlatformSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplatformSummary(PlatformSummary).- Parameters:
- platformSummary- a consumer that will call methods on- PlatformSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
platformBuilderThe builder used to create the custom platform. - Parameters:
- platformBuilder- The builder used to create the custom platform.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
platformBuilderdefault CreatePlatformVersionResponse.Builder platformBuilder(Consumer<PlatformBuilder.Builder> platformBuilder) The builder used to create the custom platform. This is a convenience method that creates an instance of thePlatformBuilder.Builderavoiding the need to create one manually viaPlatformBuilder.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplatformBuilder(PlatformBuilder).- Parameters:
- platformBuilder- a consumer that will call methods on- PlatformBuilder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-