| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Endpoint |
Endpoint.clearTagsEntries()
Removes all the entries added into Tags.
|
Endpoint |
Endpoint.clone() |
Endpoint |
DescribeManagedEndpointResult.getEndpoint()
This output displays information about a managed endpoint.
|
Endpoint |
Endpoint.withArn(String arn)
The ARN of the endpoint.
|
Endpoint |
Endpoint.withCertificateArn(String certificateArn)
Deprecated.
|
Endpoint |
Endpoint.withCertificateAuthority(Certificate certificateAuthority)
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
Endpoint |
Endpoint.withConfigurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
|
Endpoint |
Endpoint.withCreatedAt(Date createdAt)
The date and time when the endpoint was created.
|
Endpoint |
Endpoint.withExecutionRoleArn(String executionRoleArn)
The execution role ARN of the endpoint.
|
Endpoint |
Endpoint.withFailureReason(FailureReason failureReason)
The reasons why the endpoint has failed.
|
Endpoint |
Endpoint.withFailureReason(String failureReason)
The reasons why the endpoint has failed.
|
Endpoint |
Endpoint.withId(String id)
The ID of the endpoint.
|
Endpoint |
Endpoint.withName(String name)
The name of the endpoint.
|
Endpoint |
Endpoint.withReleaseLabel(String releaseLabel)
The EMR release version to be used for the endpoint.
|
Endpoint |
Endpoint.withSecurityGroup(String securityGroup)
The security group configuration of the endpoint.
|
Endpoint |
Endpoint.withServerUrl(String serverUrl)
The server URL of the endpoint.
|
Endpoint |
Endpoint.withState(EndpointState state)
The state of the endpoint.
|
Endpoint |
Endpoint.withState(String state)
The state of the endpoint.
|
Endpoint |
Endpoint.withStateDetails(String stateDetails)
Additional details of the endpoint state.
|
Endpoint |
Endpoint.withSubnetIds(Collection<String> subnetIds)
The subnet IDs of the endpoint.
|
Endpoint |
Endpoint.withSubnetIds(String... subnetIds)
The subnet IDs of the endpoint.
|
Endpoint |
Endpoint.withTags(Map<String,String> tags)
The tags of the endpoint.
|
Endpoint |
Endpoint.withType(String type)
The type of the endpoint.
|
Endpoint |
Endpoint.withVirtualClusterId(String virtualClusterId)
The ID of the endpoint's virtual cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListManagedEndpointsResult.getEndpoints()
The managed endpoints to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeManagedEndpointResult.setEndpoint(Endpoint endpoint)
This output displays information about a managed endpoint.
|
DescribeManagedEndpointResult |
DescribeManagedEndpointResult.withEndpoint(Endpoint endpoint)
This output displays information about a managed endpoint.
|
ListManagedEndpointsResult |
ListManagedEndpointsResult.withEndpoints(Endpoint... endpoints)
The managed endpoints to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListManagedEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResult |
ListManagedEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
|
Copyright © 2022. All rights reserved.