Interface CreateEnvironmentResponse.Builder

  • Method Details

    • 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

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

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

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

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

      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

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

      CreateEnvironmentResponse.Builder networkFabricType(NetworkFabricType 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:
    • ownerAccountId

      CreateEnvironmentResponse.Builder ownerAccountId(String ownerAccountId)

      The Amazon Web Services account ID of environment owner.

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

      The current state of the environment.

      Parameters:
      state - The current state of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the environment.

      Parameters:
      state - The current state of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..

      Parameters:
      tags - The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
      Returns:
      Returns a reference to this object so that method calls can be chained together.