Interface DeleteApplicationVpcConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteApplicationVpcConfigurationResponse.Builder,,- DeleteApplicationVpcConfigurationResponse> - KinesisAnalyticsV2Response.Builder,- SdkBuilder<DeleteApplicationVpcConfigurationResponse.Builder,,- DeleteApplicationVpcConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteApplicationVpcConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DeleteApplicationVpcConfigurationResponse.Builder
extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteApplicationVpcConfigurationResponse.Builder,DeleteApplicationVpcConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationARN(String applicationARN) The ARN of the Managed Service for Apache Flink application.applicationVersionId(Long applicationVersionId) The updated version ID of the application.operationId(String operationId) The operation ID that can be used to track the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationARNThe ARN of the Managed Service for Apache Flink application. - Parameters:
- applicationARN- The ARN of the Managed Service for Apache Flink application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationVersionIdThe updated version ID of the application. - Parameters:
- applicationVersionId- The updated version ID of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
operationIdThe operation ID that can be used to track the request. - Parameters:
- operationId- The operation ID that can be used to track the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-