Interface EnvironmentSummary.Builder

    • Method Detail

      • arn

        EnvironmentSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the environment.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        EnvironmentSummary.Builder createdTime​(Instant createdTime)

        A timestamp that indicates when the environment is created.

        Parameters:
        createdTime - A timestamp that indicates when the environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        EnvironmentSummary.Builder description​(String description)

        A description of the environment.

        Parameters:
        description - A description of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        EnvironmentSummary.Builder environmentId​(String environmentId)

        The unique identifier of the environment.

        Parameters:
        environmentId - The unique identifier of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        EnvironmentSummary.Builder error​(ErrorResponse error)

        Any error associated with the environment resource.

        Parameters:
        error - Any error associated with the environment resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        EnvironmentSummary.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        A timestamp that indicates when the environment was last updated.

        Parameters:
        lastUpdatedTime - A timestamp that indicates when the environment was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EnvironmentSummary.Builder name​(String name)

        The name of the environment.

        Parameters:
        name - The name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkFabricType

        EnvironmentSummary.Builder networkFabricType​(String networkFabricType)

        The network fabric type of the environment.

        Parameters:
        networkFabricType - The network fabric type of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NetworkFabricType, NetworkFabricType
      • ownerAccountId

        EnvironmentSummary.Builder ownerAccountId​(String ownerAccountId)

        The Amazon Web Services account ID of the environment owner.

        Parameters:
        ownerAccountId - The Amazon Web Services account ID of the environment owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        EnvironmentSummary.Builder tags​(Map<String,​String> tags)

        The tags assigned to the environment.

        Parameters:
        tags - The tags assigned to the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitGatewayId

        EnvironmentSummary.Builder transitGatewayId​(String transitGatewayId)

        The ID of the Transit Gateway set up by the environment.

        Parameters:
        transitGatewayId - The ID of the Transit Gateway set up by the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.