Interface CreateManagedEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateManagedEndpointResponse.Builder,
,CreateManagedEndpointResponse> EmrContainersResponse.Builder
,SdkBuilder<CreateManagedEndpointResponse.Builder,
,CreateManagedEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateManagedEndpointResponse
@Mutable
@NotThreadSafe
public static interface CreateManagedEndpointResponse.Builder
extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe output contains the ARN of the managed endpoint.The output contains the ID of the managed endpoint.The output contains the name of the managed endpoint.virtualClusterId
(String virtualClusterId) The output contains the ID of the 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 contains the ID of the managed endpoint.
- Parameters:
id
- The output contains the ID of the managed endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The output contains the name of the managed endpoint.
- Parameters:
name
- The output contains the name of the managed endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The output contains the ARN of the managed endpoint.
- Parameters:
arn
- The output contains the ARN of the managed endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualClusterId
The output contains the ID of the virtual cluster.
- Parameters:
virtualClusterId
- The output contains the ID of the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-