Interface GetDatasetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchResponse.Builder,CopyableBuilder<GetDatasetResponse.Builder,,GetDatasetResponse> SdkBuilder<GetDatasetResponse.Builder,,GetDatasetResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDatasetResponse
@Mutable
@NotThreadSafe
public static interface GetDatasetResponse.Builder
extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetDatasetResponse.Builder,GetDatasetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Amazon Resource Name (ARN) of the dataset, in the formatarn:aws:cloudwatch:Region:account-id:dataset/dataset-id.Returns the identifier of the dataset.Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any.Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchResponse.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
-
datasetId
Returns the identifier of the dataset.
- Parameters:
datasetId- Returns the identifier of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Returns the Amazon Resource Name (ARN) of the dataset, in the format
arn:aws:cloudwatch:Region:account-id:dataset/dataset-id.- Parameters:
arn- Returns the Amazon Resource Name (ARN) of the dataset, in the formatarn:aws:cloudwatch:Region:account-id:dataset/dataset-id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any. If the dataset is not associated with a customer managed KMS key, this field is not included in the response and the dataset is encrypted at rest using an Amazon Web Services owned key.
- Parameters:
kmsKeyArn- Returns the Amazon Resource Name (ARN) of the customer managed Amazon Web Services KMS key that is currently associated with the dataset, if any. If the dataset is not associated with a customer managed KMS key, this field is not included in the response and the dataset is encrypted at rest using an Amazon Web Services owned key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-