public static interface CreateManagedEndpointResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateManagedEndpointResponse.Builder |
arn(String arn)
The output contains the ARN of the managed endpoint.
|
CreateManagedEndpointResponse.Builder |
id(String id)
The output contains the ID of the managed endpoint.
|
CreateManagedEndpointResponse.Builder |
name(String name)
The output contains the name of the managed endpoint.
|
CreateManagedEndpointResponse.Builder |
virtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateManagedEndpointResponse.Builder id(String id)
The output contains the ID of the managed endpoint.
id - The output contains the ID of the managed endpoint.CreateManagedEndpointResponse.Builder name(String name)
The output contains the name of the managed endpoint.
name - The output contains the name of the managed endpoint.CreateManagedEndpointResponse.Builder arn(String arn)
The output contains the ARN of the managed endpoint.
arn - The output contains the ARN of the managed endpoint.CreateManagedEndpointResponse.Builder virtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
virtualClusterId - The output contains the ID of the virtual cluster.Copyright © 2023. All rights reserved.