Interface CreatePlatformVersionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePlatformVersionRequest.Builder,,- CreatePlatformVersionRequest> - ElasticBeanstalkRequest.Builder,- SdkBuilder<CreatePlatformVersionRequest.Builder,,- CreatePlatformVersionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePlatformVersionRequest
- 
Method SummaryModifier and TypeMethodDescriptionenvironmentName(String environmentName) The name of the builder environment.optionSettings(Collection<ConfigurationOptionSetting> optionSettings) The configuration option settings to apply to the builder environment.optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings) The configuration option settings to apply to the builder environment.optionSettings(ConfigurationOptionSetting... optionSettings) The configuration option settings to apply to the builder environment.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle) The location of the platform definition archive in Amazon S3.platformDefinitionBundle(S3Location platformDefinitionBundle) The location of the platform definition archive in Amazon S3.platformName(String platformName) The name of your custom platform.platformVersion(String platformVersion) The number, such as 1.0.2, for the new platform version.tags(Collection<Tag> tags) Specifies the tags applied to the new platform version.tags(Consumer<Tag.Builder>... tags) Specifies the tags applied to the new platform version.Specifies the tags applied to the new platform version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
platformNameThe 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.
 
- 
platformVersionThe 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.
 
- 
platformDefinitionBundleThe 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.
 
- 
platformDefinitionBundledefault 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 on- S3Location.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
environmentNameThe 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.
 
- 
optionSettingsCreatePlatformVersionRequest.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.
 
- 
optionSettingsThe 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.
 
- 
optionSettingsCreatePlatformVersionRequest.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 tooptionSettings(List<ConfigurationOptionSetting>).- Parameters:
- optionSettings- a consumer that will call methods on- ConfigurationOptionSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsSpecifies 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.
 
- 
tagsSpecifies 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.
 
- 
tagsSpecifies 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreatePlatformVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreatePlatformVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-