InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the infrastructure configuration.
|
static InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.builder() |
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.dateCreated(String dateCreated) |
The date on which the infrastructure configuration was created.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.dateUpdated(String dateUpdated) |
The date on which the infrastructure configuration was last updated.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.description(String description) |
The description of the infrastructure configuration.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.instanceProfileName(String instanceProfileName) |
The instance profile of the infrastructure configuration.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.instanceTypes(String... instanceTypes) |
The instance types of the infrastructure configuration.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.instanceTypes(Collection<String> instanceTypes) |
The instance types of the infrastructure configuration.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.name(String name) |
The name of the infrastructure configuration.
|
default InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.placement(Consumer<Placement.Builder> placement) |
The instance placement settings that define where the instances that are launched from your image will run.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.placement(Placement placement) |
The instance placement settings that define where the instances that are launched from your image will run.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.resourceTags(Map<String,String> resourceTags) |
The tags attached to the image created by Image Builder.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.Builder.tags(Map<String,String> tags) |
The tags of the infrastructure configuration.
|
InfrastructureConfigurationSummary.Builder |
InfrastructureConfigurationSummary.toBuilder() |
|