public static interface AddApplicationVpcConfigurationResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<AddApplicationVpcConfigurationResponse.Builder,AddApplicationVpcConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
AddApplicationVpcConfigurationResponse.Builder |
applicationARN(String applicationARN)
The ARN of the application.
|
AddApplicationVpcConfigurationResponse.Builder |
applicationVersionId(Long applicationVersionId)
Provides the current application version.
|
default AddApplicationVpcConfigurationResponse.Builder |
vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)
The parameters of the new VPC configuration.
|
AddApplicationVpcConfigurationResponse.Builder |
vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)
The parameters of the new VPC configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddApplicationVpcConfigurationResponse.Builder applicationARN(String applicationARN)
The ARN of the application.
applicationARN - The ARN of the application.AddApplicationVpcConfigurationResponse.Builder applicationVersionId(Long applicationVersionId)
Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.
applicationVersionId - Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each
time you update the application.AddApplicationVpcConfigurationResponse.Builder vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)
The parameters of the new VPC configuration.
vpcConfigurationDescription - The parameters of the new VPC configuration.default AddApplicationVpcConfigurationResponse.Builder vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)
The parameters of the new VPC configuration.
This is a convenience method that creates an instance of theVpcConfigurationDescription.Builder
avoiding the need to create one manually via VpcConfigurationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to vpcConfigurationDescription(VpcConfigurationDescription).
vpcConfigurationDescription - a consumer that will call methods on VpcConfigurationDescription.BuildervpcConfigurationDescription(VpcConfigurationDescription)Copyright © 2022. All rights reserved.