public static interface DistributionConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<DistributionConfigurationSummary.Builder,DistributionConfigurationSummary>
| Modifier and Type | Method and Description |
|---|---|
DistributionConfigurationSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the distribution configuration.
|
DistributionConfigurationSummary.Builder |
dateCreated(String dateCreated)
The date on which the distribution configuration was created.
|
DistributionConfigurationSummary.Builder |
dateUpdated(String dateUpdated)
The date on which the distribution configuration was updated.
|
DistributionConfigurationSummary.Builder |
description(String description)
The description of the distribution configuration.
|
DistributionConfigurationSummary.Builder |
name(String name)
The name of the distribution configuration.
|
DistributionConfigurationSummary.Builder |
tags(Map<String,String> tags)
The tags associated with the distribution configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDistributionConfigurationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the distribution configuration.
arn - The Amazon Resource Name (ARN) of the distribution configuration.DistributionConfigurationSummary.Builder name(String name)
The name of the distribution configuration.
name - The name of the distribution configuration.DistributionConfigurationSummary.Builder description(String description)
The description of the distribution configuration.
description - The description of the distribution configuration.DistributionConfigurationSummary.Builder dateCreated(String dateCreated)
The date on which the distribution configuration was created.
dateCreated - The date on which the distribution configuration was created.DistributionConfigurationSummary.Builder dateUpdated(String dateUpdated)
The date on which the distribution configuration was updated.
dateUpdated - The date on which the distribution configuration was updated.DistributionConfigurationSummary.Builder tags(Map<String,String> tags)
The tags associated with the distribution configuration.
tags - The tags associated with the distribution configuration.Copyright © 2020. All rights reserved.