Interface GetDatasetResponse.Builder

  • Method Details

    • datasetId

      GetDatasetResponse.Builder datasetId(String 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 format arn:aws:cloudwatch:Region:account-id:dataset/dataset-id .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      GetDatasetResponse.Builder kmsKeyArn(String 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.