Interface DeleteApplicationCloudWatchLoggingOptionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteApplicationCloudWatchLoggingOptionResponse.Builder,,DeleteApplicationCloudWatchLoggingOptionResponse> KinesisAnalyticsV2Response.Builder,SdkBuilder<DeleteApplicationCloudWatchLoggingOptionResponse.Builder,,DeleteApplicationCloudWatchLoggingOptionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteApplicationCloudWatchLoggingOptionResponse
public static interface DeleteApplicationCloudWatchLoggingOptionResponse.Builder
extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteApplicationCloudWatchLoggingOptionResponse.Builder,DeleteApplicationCloudWatchLoggingOptionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationARN(String applicationARN) The application's Amazon Resource Name (ARN).applicationVersionId(Long applicationVersionId) The version ID of the application.cloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.cloudWatchLoggingOptionDescriptions(Consumer<CloudWatchLoggingOptionDescription.Builder>... cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.cloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.operationId(String operationId) Operation ID for tracking DeleteApplicationCloudWatchLoggingOption requestMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
applicationARN
The application's Amazon Resource Name (ARN).
- Parameters:
 applicationARN- The application's Amazon Resource Name (ARN).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationVersionId
DeleteApplicationCloudWatchLoggingOptionResponse.Builder applicationVersionId(Long applicationVersionId) The version ID of the application. Kinesis Data Analytics updates the
ApplicationVersionIdeach time you change the CloudWatch logging options.- Parameters:
 applicationVersionId- The version ID of the application. Kinesis Data Analytics updates theApplicationVersionIdeach time you change the CloudWatch logging options.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cloudWatchLoggingOptionDescriptions
DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.
- Parameters:
 cloudWatchLoggingOptionDescriptions- The descriptions of the remaining CloudWatch logging options for the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cloudWatchLoggingOptionDescriptions
DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.
- Parameters:
 cloudWatchLoggingOptionDescriptions- The descriptions of the remaining CloudWatch logging options for the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cloudWatchLoggingOptionDescriptions
DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(Consumer<CloudWatchLoggingOptionDescription.Builder>... cloudWatchLoggingOptionDescriptions) The descriptions of the remaining CloudWatch logging options for the application.
This is a convenience method that creates an instance of theCloudWatchLoggingOptionDescription.Builderavoiding the need to create one manually viaCloudWatchLoggingOptionDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLoggingOptionDescriptions(List<CloudWatchLoggingOptionDescription>).- Parameters:
 cloudWatchLoggingOptionDescriptions- a consumer that will call methods onCloudWatchLoggingOptionDescription.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
operationId
Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request- Parameters:
 operationId- Operation ID for tracking DeleteApplicationCloudWatchLoggingOption request- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -