Interface DeletePlatformVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeletePlatformVersionRequest
public static interface DeletePlatformVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePlatformVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePlatformVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePlatformVersionRequest.BuilderplatformArn(String platformArn)The ARN of the version of the custom platform.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
platformArn
DeletePlatformVersionRequest.Builder platformArn(String platformArn)
The ARN of the version of the custom platform.
- Parameters:
platformArn- The ARN of the version of the custom platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePlatformVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePlatformVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-