Interface AddApplicationCloudWatchLoggingOptionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AddApplicationCloudWatchLoggingOptionRequest.Builder,,- AddApplicationCloudWatchLoggingOptionRequest> - KinesisAnalyticsV2Request.Builder,- SdkBuilder<AddApplicationCloudWatchLoggingOptionRequest.Builder,,- AddApplicationCloudWatchLoggingOptionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AddApplicationCloudWatchLoggingOptionRequest
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) The Kinesis Data Analytics application name.cloudWatchLoggingOption(Consumer<CloudWatchLoggingOption.Builder> cloudWatchLoggingOption) Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN).cloudWatchLoggingOption(CloudWatchLoggingOption cloudWatchLoggingOption) Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN).conditionalToken(String conditionalToken) A value you use to implement strong concurrency for application updates.currentApplicationVersionId(Long currentApplicationVersionId) The version ID of the SQL-based Kinesis Data Analytics 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameThe Kinesis Data Analytics application name. - Parameters:
- applicationName- The Kinesis Data Analytics application name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentApplicationVersionIdAddApplicationCloudWatchLoggingOptionRequest.Builder currentApplicationVersionId(Long currentApplicationVersionId) The version ID of the SQL-based Kinesis Data Analytics application. You must provide the CurrentApplicationVersionIdor theConditionalToken.You can retrieve the application version ID using DescribeApplication. For better concurrency support, use theConditionalTokenparameter instead ofCurrentApplicationVersionId.- Parameters:
- currentApplicationVersionId- The version ID of the SQL-based Kinesis Data Analytics application. You must provide the- CurrentApplicationVersionIdor the- ConditionalToken.You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the- ConditionalTokenparameter instead of- CurrentApplicationVersionId.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudWatchLoggingOptionAddApplicationCloudWatchLoggingOptionRequest.Builder cloudWatchLoggingOption(CloudWatchLoggingOption cloudWatchLoggingOption) Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN). - Parameters:
- cloudWatchLoggingOption- Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudWatchLoggingOptiondefault AddApplicationCloudWatchLoggingOptionRequest.Builder cloudWatchLoggingOption(Consumer<CloudWatchLoggingOption.Builder> cloudWatchLoggingOption) Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN). This is a convenience method that creates an instance of theCloudWatchLoggingOption.Builderavoiding the need to create one manually viaCloudWatchLoggingOption.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLoggingOption(CloudWatchLoggingOption).- Parameters:
- cloudWatchLoggingOption- a consumer that will call methods on- CloudWatchLoggingOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
conditionalTokenA value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionIdor theConditionalToken. You get the application's currentConditionalTokenusing DescribeApplication. For better concurrency support, use theConditionalTokenparameter instead ofCurrentApplicationVersionId.- Parameters:
- conditionalToken- A value you use to implement strong concurrency for application updates. You must provide the- CurrentApplicationVersionIdor the- ConditionalToken. You get the application's current- ConditionalTokenusing DescribeApplication. For better concurrency support, use the- ConditionalTokenparameter instead of- CurrentApplicationVersionId.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationAddApplicationCloudWatchLoggingOptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAddApplicationCloudWatchLoggingOptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-