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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.evs.model.EvsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
environmentSummaryA 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.
 
- 
environmentSummarydefault 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.Builderavoiding the need to create one manually viaEnvironmentSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentSummary(EnvironmentSummary).- Parameters:
- environmentSummary- a consumer that will call methods on- EnvironmentSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
hostA 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.
 
- 
hostA description of the deleted host. This is a convenience method that creates an instance of theHost.Builderavoiding the need to create one manually viaHost.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohost(Host).- Parameters:
- host- a consumer that will call methods on- Host.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-