public static interface CreateEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResponse.Builder |
environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
|
CreateEnvironmentResponse.Builder |
environmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
|
CreateEnvironmentResponse.Builder |
environmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentResponse.Builder environmentId(String environmentId)
The unique identifier for FinSpace environment that you created.
environmentId - The unique identifier for FinSpace environment that you created.CreateEnvironmentResponse.Builder environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
environmentArn - The Amazon Resource Name (ARN) of the FinSpace environment that you created.CreateEnvironmentResponse.Builder environmentUrl(String environmentUrl)
The sign-in URL for the web application of the FinSpace environment you created.
environmentUrl - The sign-in URL for the web application of the FinSpace environment you created.Copyright © 2023. All rights reserved.