Interface CreateComputeEnvironmentResponse.Builder

    • Method Detail

      • computeEnvironmentName

        CreateComputeEnvironmentResponse.Builder computeEnvironmentName​(String computeEnvironmentName)

        The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

        Parameters:
        computeEnvironmentName - The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeEnvironmentArn

        CreateComputeEnvironmentResponse.Builder computeEnvironmentArn​(String computeEnvironmentArn)

        The Amazon Resource Name (ARN) of the compute environment.

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