Interface CreateViewRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchOmniRequest.Builder,CopyableBuilder<CreateViewRequest.Builder,,CreateViewRequest> SdkBuilder<CreateViewRequest.Builder,,CreateViewRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateViewRequest
@Mutable
@NotThreadSafe
public static interface CreateViewRequest.Builder
extends CloudWatchOmniRequest.Builder, SdkPojo, CopyableBuilder<CreateViewRequest.Builder,CreateViewRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Idempotency token for safe retries.definition(String definition) The SQL query that defines the view.description(String description) A description of the view.The name of the view.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Resource tags.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.
- Parameters:
name- The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
The SQL query that defines the view.
- Parameters:
definition- The SQL query that defines the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the view.
- Parameters:
description- A description of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Resource tags.
- Parameters:
tags- Resource tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.
- Parameters:
clientToken- Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-