Interface DeleteApplicationCloudWatchLoggingOptionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteApplicationCloudWatchLoggingOptionRequest.Builder,
,DeleteApplicationCloudWatchLoggingOptionRequest> KinesisAnalyticsV2Request.Builder
,SdkBuilder<DeleteApplicationCloudWatchLoggingOptionRequest.Builder,
,DeleteApplicationCloudWatchLoggingOptionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteApplicationCloudWatchLoggingOptionRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The application name.cloudWatchLoggingOptionId
(String cloudWatchLoggingOptionId) TheCloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete.conditionalToken
(String conditionalToken) A value you use to implement strong concurrency for application updates.currentApplicationVersionId
(Long currentApplicationVersionId) The version ID of the application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationName
The application name.
- Parameters:
applicationName
- The application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplicationVersionId
DeleteApplicationCloudWatchLoggingOptionRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId) The version ID of the application. You must provide the
CurrentApplicationVersionId
or theConditionalToken
. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use theConditionalToken
parameter instead ofCurrentApplicationVersionId
.- Parameters:
currentApplicationVersionId
- The version ID of the application. You must provide theCurrentApplicationVersionId
or theConditionalToken
. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use theConditionalToken
parameter instead ofCurrentApplicationVersionId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLoggingOptionId
DeleteApplicationCloudWatchLoggingOptionRequest.Builder cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId) The
CloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get theCloudWatchLoggingOptionId
by using the DescribeApplication operation.- Parameters:
cloudWatchLoggingOptionId
- TheCloudWatchLoggingOptionId
of the Amazon CloudWatch logging option to delete. You can get theCloudWatchLoggingOptionId
by using the DescribeApplication operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionalToken
A value you use to implement strong concurrency for application updates. You must provide the
CurrentApplicationVersionId
or theConditionalToken
. You get the application's currentConditionalToken
using DescribeApplication. For better concurrency support, use theConditionalToken
parameter instead ofCurrentApplicationVersionId
.- Parameters:
conditionalToken
- A value you use to implement strong concurrency for application updates. You must provide theCurrentApplicationVersionId
or theConditionalToken
. You get the application's currentConditionalToken
using DescribeApplication. For better concurrency support, use theConditionalToken
parameter instead ofCurrentApplicationVersionId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteApplicationCloudWatchLoggingOptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteApplicationCloudWatchLoggingOptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-