Interface DeleteEnvironmentConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteEnvironmentConnectorResponse.Builder,,DeleteEnvironmentConnectorResponse> EvsResponse.Builder,SdkBuilder<DeleteEnvironmentConnectorResponse.Builder,,DeleteEnvironmentConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteEnvironmentConnectorResponse
@Mutable
@NotThreadSafe
public static interface DeleteEnvironmentConnectorResponse.Builder
extends EvsResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentConnectorResponse.Builder,DeleteEnvironmentConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnector(Consumer<Connector.Builder> connector) A description of the deleted connector.A description of the deleted connector.environmentSummary(Consumer<EnvironmentSummary.Builder> environmentSummary) A summary of the environment that the connector was deleted from.environmentSummary(EnvironmentSummary environmentSummary) A summary of the environment that the connector was deleted from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evs.model.EvsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connector
A description of the deleted connector.
- Parameters:
connector- A description of the deleted connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connector
A description of the deleted connector.
This is a convenience method that creates an instance of theConnector.Builderavoiding the need to create one manually viaConnector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnector(Connector).- Parameters:
connector- a consumer that will call methods onConnector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environmentSummary
DeleteEnvironmentConnectorResponse.Builder environmentSummary(EnvironmentSummary environmentSummary) A summary of the environment that the connector was deleted from.
- Parameters:
environmentSummary- A summary of the environment that the connector was deleted from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentSummary
default DeleteEnvironmentConnectorResponse.Builder environmentSummary(Consumer<EnvironmentSummary.Builder> environmentSummary) A summary of the environment that the connector 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 onEnvironmentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-