| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.addResourceTagsEntry(String key,
String value)
Add a single ResourceTags entry
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.clearResourceTagsEntries()
Removes all the entries added into ResourceTags.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.clone() |
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withDateCreated(String dateCreated)
The date on which the infrastructure configuration was created.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withDateUpdated(String dateUpdated)
The date on which the infrastructure configuration was last updated.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withDescription(String description)
The description of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withInstanceProfileName(String instanceProfileName)
The instance profile of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withInstanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withInstanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withName(String name)
The name of the infrastructure configuration.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withResourceTags(Map<String,String> resourceTags)
The tags attached to the image created by Image Builder.
|
InfrastructureConfigurationSummary |
InfrastructureConfigurationSummary.withTags(Map<String,String> tags)
The tags of the infrastructure configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<InfrastructureConfigurationSummary> |
ListInfrastructureConfigurationsResult.getInfrastructureConfigurationSummaryList()
The list of infrastructure configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListInfrastructureConfigurationsResult |
ListInfrastructureConfigurationsResult.withInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInfrastructureConfigurationsResult.setInfrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
ListInfrastructureConfigurationsResult |
ListInfrastructureConfigurationsResult.withInfrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)
The list of infrastructure configurations.
|
Copyright © 2023. All rights reserved.