Interface InfrastructureConfigurationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InfrastructureConfigurationSummary.Builder,InfrastructureConfigurationSummary>,SdkBuilder<InfrastructureConfigurationSummary.Builder,InfrastructureConfigurationSummary>,SdkPojo
- Enclosing class:
- InfrastructureConfigurationSummary
public static interface InfrastructureConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<InfrastructureConfigurationSummary.Builder,InfrastructureConfigurationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfrastructureConfigurationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the infrastructure configuration.InfrastructureConfigurationSummary.BuilderdateCreated(String dateCreated)The date on which the infrastructure configuration was created.InfrastructureConfigurationSummary.BuilderdateUpdated(String dateUpdated)The date on which the infrastructure configuration was last updated.InfrastructureConfigurationSummary.Builderdescription(String description)The description of the infrastructure configuration.InfrastructureConfigurationSummary.BuilderinstanceProfileName(String instanceProfileName)The instance profile of the infrastructure configuration.InfrastructureConfigurationSummary.BuilderinstanceTypes(String... instanceTypes)The instance types of the infrastructure configuration.InfrastructureConfigurationSummary.BuilderinstanceTypes(Collection<String> instanceTypes)The instance types of the infrastructure configuration.InfrastructureConfigurationSummary.Buildername(String name)The name of the infrastructure configuration.InfrastructureConfigurationSummary.BuilderresourceTags(Map<String,String> resourceTags)The tags attached to the image created by Image Builder.InfrastructureConfigurationSummary.Buildertags(Map<String,String> tags)The tags of the infrastructure configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
InfrastructureConfigurationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the infrastructure configuration.
- Parameters:
arn- The Amazon Resource Name (ARN) of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
InfrastructureConfigurationSummary.Builder name(String name)
The name of the infrastructure configuration.
- Parameters:
name- The name of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
InfrastructureConfigurationSummary.Builder description(String description)
The description of the infrastructure configuration.
- Parameters:
description- The description of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateCreated
InfrastructureConfigurationSummary.Builder dateCreated(String dateCreated)
The date on which the infrastructure configuration was created.
- Parameters:
dateCreated- The date on which the infrastructure configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateUpdated
InfrastructureConfigurationSummary.Builder dateUpdated(String dateUpdated)
The date on which the infrastructure configuration was last updated.
- Parameters:
dateUpdated- The date on which the infrastructure configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
InfrastructureConfigurationSummary.Builder resourceTags(Map<String,String> resourceTags)
The tags attached to the image created by Image Builder.
- Parameters:
resourceTags- The tags attached to the image created by Image Builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
InfrastructureConfigurationSummary.Builder tags(Map<String,String> tags)
The tags of the infrastructure configuration.
- Parameters:
tags- The tags of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
InfrastructureConfigurationSummary.Builder instanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
- Parameters:
instanceTypes- The instance types of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
InfrastructureConfigurationSummary.Builder instanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
- Parameters:
instanceTypes- The instance types of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceProfileName
InfrastructureConfigurationSummary.Builder instanceProfileName(String instanceProfileName)
The instance profile of the infrastructure configuration.
- Parameters:
instanceProfileName- The instance profile of the infrastructure configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-