Interface CreateEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,ProtonResponse.Builder,SdkBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentResponse
public static interface CreateEnvironmentResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateEnvironmentResponse.Builderenvironment(Consumer<Environment.Builder> environment)The environment detail data that's returned by Proton.CreateEnvironmentResponse.Builderenvironment(Environment environment)The environment detail data that's returned by Proton.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonResponse.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
-
environment
CreateEnvironmentResponse.Builder environment(Environment environment)
The environment detail data that's returned by Proton.
- Parameters:
environment- The environment detail data that's returned by Proton.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
default CreateEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
The environment detail data that's returned by Proton.
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)
-
-