| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.arn(String arn)
The ARN of the endpoint.
|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.certificateArn(String certificateArn)
Deprecated.
Customer provided certificate-arn is deprecated and would be removed in future.
|
Endpoint.Builder |
Endpoint.Builder.certificateAuthority(Certificate certificateAuthority)
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
default Endpoint.Builder |
Endpoint.Builder.certificateAuthority(Consumer<Certificate.Builder> certificateAuthority)
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
Endpoint.Builder |
Endpoint.Builder.configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
|
default Endpoint.Builder |
Endpoint.Builder.configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
|
Endpoint.Builder |
Endpoint.Builder.createdAt(Instant createdAt)
The date and time when the endpoint was created.
|
Endpoint.Builder |
Endpoint.Builder.executionRoleArn(String executionRoleArn)
The execution role ARN of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.failureReason(FailureReason failureReason)
The reasons why the endpoint has failed.
|
Endpoint.Builder |
Endpoint.Builder.failureReason(String failureReason)
The reasons why the endpoint has failed.
|
Endpoint.Builder |
Endpoint.Builder.id(String id)
The ID of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.name(String name)
The name of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.releaseLabel(String releaseLabel)
The EMR release version to be used for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.securityGroup(String securityGroup)
The security group configuration of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.serverUrl(String serverUrl)
The server URL of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.state(EndpointState state)
The state of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.state(String state)
The state of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.stateDetails(String stateDetails)
Additional details of the endpoint state.
|
Endpoint.Builder |
Endpoint.Builder.subnetIds(Collection<String> subnetIds)
The subnet IDs of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.subnetIds(String... subnetIds)
The subnet IDs of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.tags(Map<String,String> tags)
The tags of the endpoint.
|
Endpoint.Builder |
Endpoint.toBuilder() |
Endpoint.Builder |
Endpoint.Builder.type(String type)
The type of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.virtualClusterId(String virtualClusterId)
The ID of the endpoint's virtual cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeManagedEndpointResponse.Builder |
DescribeManagedEndpointResponse.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
This output displays information about a managed endpoint.
|
Copyright © 2023. All rights reserved.