Interface DeletePlatformVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeletePlatformVersionResponse.Builder,
,DeletePlatformVersionResponse> ElasticBeanstalkResponse.Builder
,SdkBuilder<DeletePlatformVersionResponse.Builder,
,DeletePlatformVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeletePlatformVersionResponse
public static interface DeletePlatformVersionResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<DeletePlatformVersionResponse.Builder,DeletePlatformVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionplatformSummary
(Consumer<PlatformSummary.Builder> platformSummary) Detailed information about the version of the custom platform.platformSummary
(PlatformSummary platformSummary) Detailed information about the 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 Details
-
platformSummary
Detailed information about the version of the custom platform.
- Parameters:
platformSummary
- Detailed information about the version of the custom platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformSummary
default DeletePlatformVersionResponse.Builder platformSummary(Consumer<PlatformSummary.Builder> platformSummary) Detailed information about the version of the custom platform.
This is a convenience method that creates an instance of thePlatformSummary.Builder
avoiding the need to create one manually viaPlatformSummary.builder()
.When the
Consumer
completes,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:
-