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 Details

    • 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

      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

      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

      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

      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

      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

      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

      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.