Interface CreateManagedEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>,EmrContainersResponse.Builder,SdkBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateManagedEndpointResponse
public static interface CreateManagedEndpointResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateManagedEndpointResponse.Builderarn(String arn)The output contains the ARN of the managed endpoint.CreateManagedEndpointResponse.Builderid(String id)The output contains the ID of the managed endpoint.CreateManagedEndpointResponse.Buildername(String name)The output contains the name of the managed endpoint.CreateManagedEndpointResponse.BuildervirtualClusterId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
CreateManagedEndpointResponse.Builder id(String 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
CreateManagedEndpointResponse.Builder name(String 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
CreateManagedEndpointResponse.Builder arn(String 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
CreateManagedEndpointResponse.Builder virtualClusterId(String 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.
-
-