Interface DeleteManagedEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteManagedEndpointResponse.Builder,
,DeleteManagedEndpointResponse> EmrContainersResponse.Builder
,SdkBuilder<DeleteManagedEndpointResponse.Builder,
,DeleteManagedEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteManagedEndpointResponse
@Mutable
@NotThreadSafe
public static interface DeleteManagedEndpointResponse.Builder
extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<DeleteManagedEndpointResponse.Builder,DeleteManagedEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe output displays the ID of the managed endpoint.virtualClusterId
(String virtualClusterId) The output displays the ID of the endpoint's virtual cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emrcontainers.model.EmrContainersResponse.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
-
id
The output displays the ID of the managed endpoint.
- Parameters:
id
- The output displays the ID of the managed endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualClusterId
The output displays the ID of the endpoint's virtual cluster.
- Parameters:
virtualClusterId
- The output displays the ID of the endpoint's virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-