public static interface DeleteApplicationCloudWatchLoggingOptionResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteApplicationCloudWatchLoggingOptionResponse.Builder,DeleteApplicationCloudWatchLoggingOptionResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteApplicationCloudWatchLoggingOptionResponse.Builder applicationARN(String applicationARN)
The application's Amazon Resource Name (ARN).
applicationARN
- The application's Amazon Resource Name (ARN).DeleteApplicationCloudWatchLoggingOptionResponse.Builder applicationVersionId(Long applicationVersionId)
The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each
time you change the CloudWatch logging options.
applicationVersionId
- The version ID of the application. Kinesis Data Analytics updates the
ApplicationVersionId
each time you change the CloudWatch logging options.DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
cloudWatchLoggingOptionDescriptions
- The descriptions of the remaining CloudWatch logging options for the application.DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
cloudWatchLoggingOptionDescriptions
- The descriptions of the remaining CloudWatch logging options for the application.DeleteApplicationCloudWatchLoggingOptionResponse.Builder cloudWatchLoggingOptionDescriptions(Consumer<CloudWatchLoggingOptionDescription.Builder>... cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #cloudWatchLoggingOptionDescriptions(List)
.cloudWatchLoggingOptionDescriptions
- a consumer that will call methods on List.Builder
#cloudWatchLoggingOptionDescriptions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.