public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
arn(String arn)
The ARN of the endpoint.
|
Endpoint.Builder |
certificateArn(String certificateArn)
The certificate ARN of the endpoint.
|
Endpoint.Builder |
configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
|
default Endpoint.Builder |
configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
|
Endpoint.Builder |
createdAt(Instant createdAt)
The date and time when the endpoint was created.
|
Endpoint.Builder |
executionRoleArn(String executionRoleArn)
The execution role ARN of the endpoint.
|
Endpoint.Builder |
id(String id)
The ID of the endpoint.
|
Endpoint.Builder |
name(String name)
The name of the endpoint.
|
Endpoint.Builder |
releaseLabel(String releaseLabel)
The EMR release version to be used for the endpoint.
|
Endpoint.Builder |
securityGroup(String securityGroup)
The security group configuration of the endpoint.
|
Endpoint.Builder |
serverUrl(String serverUrl)
The server URL of the endpoint.
|
Endpoint.Builder |
state(EndpointState state)
The state of the endpoint.
|
Endpoint.Builder |
state(String state)
The state of the endpoint.
|
Endpoint.Builder |
subnetIds(Collection<String> subnetIds)
The subnet IDs of the endpoint.
|
Endpoint.Builder |
subnetIds(String... subnetIds)
The subnet IDs of the endpoint.
|
Endpoint.Builder |
tags(Map<String,String> tags)
The tags of the endpoint.
|
Endpoint.Builder |
type(String type)
The type of the endpoint.
|
Endpoint.Builder |
virtualClusterId(String virtualClusterId)
The ID of the endpoint's virtual cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpoint.Builder id(String id)
The ID of the endpoint.
id - The ID of the endpoint.Endpoint.Builder name(String name)
The name of the endpoint.
name - The name of the endpoint.Endpoint.Builder arn(String arn)
The ARN of the endpoint.
arn - The ARN of the endpoint.Endpoint.Builder virtualClusterId(String virtualClusterId)
The ID of the endpoint's virtual cluster.
virtualClusterId - The ID of the endpoint's virtual cluster.Endpoint.Builder type(String type)
The type of the endpoint.
type - The type of the endpoint.Endpoint.Builder state(String state)
The state of the endpoint.
state - The state of the endpoint.EndpointState,
EndpointStateEndpoint.Builder state(EndpointState state)
The state of the endpoint.
state - The state of the endpoint.EndpointState,
EndpointStateEndpoint.Builder releaseLabel(String releaseLabel)
The EMR release version to be used for the endpoint.
releaseLabel - The EMR release version to be used for the endpoint.Endpoint.Builder executionRoleArn(String executionRoleArn)
The execution role ARN of the endpoint.
executionRoleArn - The execution role ARN of the endpoint.Endpoint.Builder certificateArn(String certificateArn)
The certificate ARN of the endpoint.
certificateArn - The certificate ARN of the endpoint.Endpoint.Builder configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
configurationOverrides - The configuration settings that are used to override existing configurations for endpoints.default Endpoint.Builder configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration settings that are used to override existing configurations for endpoints.
This is a convenience that creates an instance of theConfigurationOverrides.Builder avoiding the
need to create one manually via ConfigurationOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configurationOverrides(ConfigurationOverrides).configurationOverrides - a consumer that will call methods on ConfigurationOverrides.BuilderconfigurationOverrides(ConfigurationOverrides)Endpoint.Builder serverUrl(String serverUrl)
The server URL of the endpoint.
serverUrl - The server URL of the endpoint.Endpoint.Builder createdAt(Instant createdAt)
The date and time when the endpoint was created.
createdAt - The date and time when the endpoint was created.Endpoint.Builder securityGroup(String securityGroup)
The security group configuration of the endpoint.
securityGroup - The security group configuration of the endpoint.Endpoint.Builder subnetIds(Collection<String> subnetIds)
The subnet IDs of the endpoint.
subnetIds - The subnet IDs of the endpoint.Endpoint.Builder subnetIds(String... subnetIds)
The subnet IDs of the endpoint.
subnetIds - The subnet IDs of the endpoint.Endpoint.Builder tags(Map<String,String> tags)
The tags of the endpoint.
tags - The tags of the endpoint.Copyright © 2021. All rights reserved.