Interface CreateEnvironmentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>, FinspaceResponse.Builder, SdkBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateEnvironmentResponse

public static interface CreateEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
  • Method Details

    • environmentId

      CreateEnvironmentResponse.Builder environmentId(String environmentId)

      The unique identifier for FinSpace environment that you created.

      Parameters:
      environmentId - The unique identifier for FinSpace environment that you created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentArn

      CreateEnvironmentResponse.Builder environmentArn(String environmentArn)

      The Amazon Resource Name (ARN) of the FinSpace environment that you created.

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

      CreateEnvironmentResponse.Builder environmentUrl(String environmentUrl)

      The sign-in URL for the web application of the FinSpace environment you created.

      Parameters:
      environmentUrl - The sign-in URL for the web application of the FinSpace environment you created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.