Interface InfrastructureConfigurationSummary.Builder

    • 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.