public static interface CreateManagedEndpointRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<CreateManagedEndpointRequest.Builder,CreateManagedEndpointRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateManagedEndpointRequest.Builder name(String name)
The name of the managed endpoint.
name - The name of the managed endpoint.CreateManagedEndpointRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which a managed endpoint is created.
virtualClusterId - The ID of the virtual cluster for which a managed endpoint is created.CreateManagedEndpointRequest.Builder type(String type)
The type of the managed endpoint.
type - The type of the managed endpoint.CreateManagedEndpointRequest.Builder releaseLabel(String releaseLabel)
The Amazon EMR release version.
releaseLabel - The Amazon EMR release version.CreateManagedEndpointRequest.Builder executionRoleArn(String executionRoleArn)
The ARN of the execution role.
executionRoleArn - The ARN of the execution role.@Deprecated CreateManagedEndpointRequest.Builder certificateArn(String certificateArn)
The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.
certificateArn - The certificate ARN provided by users for the managed endpoint. This field is under deprecation and
will be removed in future releases.CreateManagedEndpointRequest.Builder configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that will be used to override existing configurations.
configurationOverrides - The configuration settings that will be used to override existing configurations.default CreateManagedEndpointRequest.Builder configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration settings that will be used to override existing configurations.
This is a convenience method 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)CreateManagedEndpointRequest.Builder clientToken(String clientToken)
The client idempotency token for this create call.
clientToken - The client idempotency token for this create call.CreateManagedEndpointRequest.Builder tags(Map<String,String> tags)
The tags of the managed endpoint.
tags - The tags of the managed endpoint.CreateManagedEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateManagedEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.