Interface CreateViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchOmniResponse.Builder,CopyableBuilder<CreateViewResponse.Builder,,CreateViewResponse> SdkBuilder<CreateViewResponse.Builder,,CreateViewResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateViewResponse
@Mutable
@NotThreadSafe
public static interface CreateViewResponse.Builder
extends CloudWatchOmniResponse.Builder, SdkPojo, CopyableBuilder<CreateViewResponse.Builder,CreateViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the view.The timestamp when the view was created.definition(String definition) The SQL query that defines the view.description(String description) The description of the view.The name of the view.The ownership category of the view.The ownership category of the view.The timestamp when the view was last updated.Methods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The name of the view.
- Parameters:
name- The name of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The ownership category of the view.
- Parameters:
type- The ownership category of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The ownership category of the view.
- Parameters:
type- The ownership category of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the view.
- Parameters:
description- The description of the view.- 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.
-
createdAt
The timestamp when the view was created.
- Parameters:
createdAt- The timestamp when the view was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the view was last updated.
- Parameters:
updatedAt- The timestamp when the view was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the view.
- Parameters:
arn- The ARN of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-