Interface CreatePlatformVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePlatformVersionRequest
public static interface CreatePlatformVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<CreatePlatformVersionRequest.Builder,CreatePlatformVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreatePlatformVersionRequest.BuilderenvironmentName(String environmentName)The name of the builder environment.CreatePlatformVersionRequest.BuilderoptionSettings(Collection<ConfigurationOptionSetting> optionSettings)The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.BuilderoptionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.BuilderoptionSettings(ConfigurationOptionSetting... optionSettings)The configuration option settings to apply to the builder environment.CreatePlatformVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePlatformVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreatePlatformVersionRequest.BuilderplatformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle)The location of the platform definition archive in Amazon S3.CreatePlatformVersionRequest.BuilderplatformDefinitionBundle(S3Location platformDefinitionBundle)The location of the platform definition archive in Amazon S3.CreatePlatformVersionRequest.BuilderplatformName(String platformName)The name of your custom platform.CreatePlatformVersionRequest.BuilderplatformVersion(String platformVersion)The number, such as 1.0.2, for the new platform version.CreatePlatformVersionRequest.Buildertags(Collection<Tag> tags)Specifies the tags applied to the new platform version.CreatePlatformVersionRequest.Buildertags(Consumer<Tag.Builder>... tags)Specifies the tags applied to the new platform version.CreatePlatformVersionRequest.Buildertags(Tag... tags)Specifies the tags applied to the new platform version.-
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, sdkFields
-
-
-
-
Method Detail
-
platformName
CreatePlatformVersionRequest.Builder platformName(String platformName)
The name of your custom platform.
- Parameters:
platformName- The name of your custom platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformVersion
CreatePlatformVersionRequest.Builder platformVersion(String platformVersion)
The number, such as 1.0.2, for the new platform version.
- Parameters:
platformVersion- The number, such as 1.0.2, for the new platform version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformDefinitionBundle
CreatePlatformVersionRequest.Builder platformDefinitionBundle(S3Location platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
- Parameters:
platformDefinitionBundle- The location of the platform definition archive in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformDefinitionBundle
default CreatePlatformVersionRequest.Builder platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle)
The location of the platform definition archive in Amazon S3.
This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplatformDefinitionBundle(S3Location).- Parameters:
platformDefinitionBundle- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
platformDefinitionBundle(S3Location)
-
environmentName
CreatePlatformVersionRequest.Builder environmentName(String environmentName)
The name of the builder environment.
- Parameters:
environmentName- The name of the builder environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionSettings
CreatePlatformVersionRequest.Builder optionSettings(Collection<ConfigurationOptionSetting> optionSettings)
The configuration option settings to apply to the builder environment.
- Parameters:
optionSettings- The configuration option settings to apply to the builder environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionSettings
CreatePlatformVersionRequest.Builder optionSettings(ConfigurationOptionSetting... optionSettings)
The configuration option settings to apply to the builder environment.
- Parameters:
optionSettings- The configuration option settings to apply to the builder environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionSettings
CreatePlatformVersionRequest.Builder optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings)
The configuration option settings to apply to the builder environment.
This is a convenience method that creates an instance of theConfigurationOptionSetting.Builderavoiding the need to create one manually viaConfigurationOptionSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#optionSettings(List.) - Parameters:
optionSettings- a consumer that will call methods onConfigurationOptionSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#optionSettings(java.util.Collection)
-
tags
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreatePlatformVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePlatformVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-