public static interface DeletePlatformVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DeletePlatformVersionRequest.Builder,DeletePlatformVersionRequest>
Modifier and Type | Method and Description |
---|---|
DeletePlatformVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeletePlatformVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeletePlatformVersionRequest.Builder |
platformArn(String platformArn)
The ARN of the version of the custom platform.
|
build
overrideConfiguration
copy
applyMutation, build
DeletePlatformVersionRequest.Builder platformArn(String platformArn)
The ARN of the version of the custom platform.
platformArn
- The ARN of the version of the custom platform.DeletePlatformVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeletePlatformVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.