Interface DeleteEnvironmentHostResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteEnvironmentHostResponse.Builder,
,DeleteEnvironmentHostResponse> EvsResponse.Builder
,SdkBuilder<DeleteEnvironmentHostResponse.Builder,
,DeleteEnvironmentHostResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteEnvironmentHostResponse
@Mutable
@NotThreadSafe
public static interface DeleteEnvironmentHostResponse.Builder
extends EvsResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentHostResponse.Builder,DeleteEnvironmentHostResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentSummary
(Consumer<EnvironmentSummary.Builder> environmentSummary) A summary of the environment that the host was deleted from.environmentSummary
(EnvironmentSummary environmentSummary) A summary of the environment that the host was deleted from.host
(Consumer<Host.Builder> host) A description of the deleted host.A description of the deleted host.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.evs.model.EvsResponse.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 Details
-
environmentSummary
A summary of the environment that the host was deleted from.
- Parameters:
environmentSummary
- A summary of the environment that the host was deleted from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentSummary
default DeleteEnvironmentHostResponse.Builder environmentSummary(Consumer<EnvironmentSummary.Builder> environmentSummary) A summary of the environment that the host was deleted from.
This is a convenience method that creates an instance of theEnvironmentSummary.Builder
avoiding the need to create one manually viaEnvironmentSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toenvironmentSummary(EnvironmentSummary)
.- Parameters:
environmentSummary
- a consumer that will call methods onEnvironmentSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
host
A description of the deleted host.
- Parameters:
host
- A description of the deleted host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
host
A description of the deleted host.
This is a convenience method that creates an instance of theHost.Builder
avoiding the need to create one manually viaHost.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohost(Host)
.- Parameters:
host
- a consumer that will call methods onHost.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-