Interface GetEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>,FinspaceResponse.Builder,SdkBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentResponse
public static interface GetEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetEnvironmentResponse.Builderenvironment(Consumer<Environment.Builder> environment)The name of the FinSpace environment.GetEnvironmentResponse.Builderenvironment(Environment environment)The name of the FinSpace environment.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
environment
GetEnvironmentResponse.Builder environment(Environment environment)
The name of the FinSpace environment.
- Parameters:
environment- The name of the FinSpace environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
default GetEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
The name of the FinSpace environment.
This is a convenience method that creates an instance of theEnvironment.Builderavoiding the need to create one manually viaEnvironment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(Environment).- Parameters:
environment- a consumer that will call methods onEnvironment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environment(Environment)
-
-