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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeletePlatformVersionResponse.BuilderplatformSummary(Consumer<PlatformSummary.Builder> platformSummary)Detailed information about the version of the custom platform.DeletePlatformVersionResponse.BuilderplatformSummary(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
platformSummary
DeletePlatformVersionResponse.Builder platformSummary(PlatformSummary 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.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)
-
-