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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentResponse.BuilderenvironmentArn(String environmentArn)The Amazon Resource Name (ARN) of the FinSpace environment that you created.CreateEnvironmentResponse.BuilderenvironmentId(String environmentId)The unique identifier for FinSpace environment that you created.CreateEnvironmentResponse.BuilderenvironmentUrl(String environmentUrl)The sign-in URL for the web application of the FinSpace environment you created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-