Interface CreatePlatformVersionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>,ElasticBeanstalkResponse.Builder,SdkBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreatePlatformVersionResponse
public static interface CreatePlatformVersionResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<CreatePlatformVersionResponse.Builder,CreatePlatformVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreatePlatformVersionResponse.BuilderplatformBuilder(Consumer<PlatformBuilder.Builder> platformBuilder)The builder used to create the custom platform.CreatePlatformVersionResponse.BuilderplatformBuilder(PlatformBuilder platformBuilder)The builder used to create the custom platform.default CreatePlatformVersionResponse.BuilderplatformSummary(Consumer<PlatformSummary.Builder> platformSummary)Detailed information about the new version of the custom platform.CreatePlatformVersionResponse.BuilderplatformSummary(PlatformSummary platformSummary)Detailed information about the new version of the custom platform.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
platformSummary
CreatePlatformVersionResponse.Builder platformSummary(PlatformSummary platformSummary)
Detailed 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.
-
platformSummary
default 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 onPlatformSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
platformSummary(PlatformSummary)
-
platformBuilder
CreatePlatformVersionResponse.Builder platformBuilder(PlatformBuilder platformBuilder)
The 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.
-
platformBuilder
default 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 onPlatformBuilder.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
platformBuilder(PlatformBuilder)
-
-