public static interface AddApplicationVpcConfigurationRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<AddApplicationVpcConfigurationRequest.Builder,AddApplicationVpcConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddApplicationVpcConfigurationRequest.Builder applicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.AddApplicationVpcConfigurationRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId)
The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified is not
the current version, the ConcurrentModificationException is returned. For better concurrency
support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
currentApplicationVersionId - The version of the application to which you want to add the VPC configuration. You must provide the
CurrentApplicationVersionId or the ConditionalToken. You can use the
DescribeApplication operation to get the current application version. If the version specified
is not the current version, the ConcurrentModificationException is returned. For better
concurrency support, use the ConditionalToken parameter instead of
CurrentApplicationVersionId.AddApplicationVpcConfigurationRequest.Builder vpcConfiguration(VpcConfiguration vpcConfiguration)
Description of the VPC to add to the application.
vpcConfiguration - Description of the VPC to add to the application.default AddApplicationVpcConfigurationRequest.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Description of the VPC to add to the application.
This is a convenience method that creates an instance of theVpcConfiguration.Builder avoiding the
need to create one manually via VpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConfiguration(VpcConfiguration).
vpcConfiguration - a consumer that will call methods on VpcConfiguration.BuildervpcConfiguration(VpcConfiguration)AddApplicationVpcConfigurationRequest.Builder conditionalToken(String conditionalToken)
A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's current
ConditionalToken using DescribeApplication. For better concurrency support, use the
ConditionalToken parameter instead of CurrentApplicationVersionId.
conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the
ApplicationVersionID or the ConditionalToken. You get the application's
current ConditionalToken using DescribeApplication. For better concurrency
support, use the ConditionalToken parameter instead of
CurrentApplicationVersionId.AddApplicationVpcConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddApplicationVpcConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.