public static interface CreatePlatformVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePlatformVersionRequest.Builder platformName(String platformName)
The name of your custom platform.
platformName - The name of your custom platform.CreatePlatformVersionRequest.Builder platformVersion(String platformVersion)
The number, such as 1.0.2, for the new platform version.
platformVersion - The number, such as 1.0.2, for the new platform version.CreatePlatformVersionRequest.Builder platformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
platformDefinitionBundle - The location of the platform definition archive in Amazon S3.default CreatePlatformVersionRequest.Builder platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
This is a convenience that creates an instance of theS3Location.Builder avoiding the need to create
one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to platformDefinitionBundle(S3Location).platformDefinitionBundle - a consumer that will call methods on S3Location.BuilderplatformDefinitionBundle(S3Location)CreatePlatformVersionRequest.Builder environmentName(String environmentName)
The name of the builder environment.
environmentName - The name of the builder environment.CreatePlatformVersionRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
optionSettings - The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
The configuration option settings to apply to the builder environment.
optionSettings - The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.Builder optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
The configuration option settings to apply to the builder environment.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #optionSettings(List) .optionSettings - a consumer that will call methods on List.Builder #optionSettings(List) CreatePlatformVersionRequest.Builder tags(Collection<Tag> tags)
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
tags - Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
CreatePlatformVersionRequest.Builder tags(Tag... tags)
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
tags - Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
CreatePlatformVersionRequest.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePlatformVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePlatformVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.