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