Interface CreatePersistentAppUiRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePersistentAppUiRequest.Builder,
,CreatePersistentAppUiRequest> EmrRequest.Builder
,SdkBuilder<CreatePersistentAppUiRequest.Builder,
,CreatePersistentAppUiRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreatePersistentAppUiRequest
-
Method Summary
Modifier and TypeMethodDescriptionemrContainersConfig
(Consumer<EMRContainersConfig.Builder> emrContainersConfig) The EMR containers configuration.emrContainersConfig
(EMRContainersConfig emrContainersConfig) The EMR containers configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profilerType
(String profilerType) The profiler type for the persistent application user interface.profilerType
(ProfilerType profilerType) The profiler type for the persistent application user interface.tags
(Collection<Tag> tags) Tags for the persistent application user interface.tags
(Consumer<Tag.Builder>... tags) Tags for the persistent application user interface.Tags for the persistent application user interface.targetResourceArn
(String targetResourceArn) The unique Amazon Resource Name (ARN) of the target resource.The cross reference for the persistent application user interface.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetResourceArn
The unique Amazon Resource Name (ARN) of the target resource.
- Parameters:
targetResourceArn
- The unique Amazon Resource Name (ARN) of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emrContainersConfig
The EMR containers configuration.
- Parameters:
emrContainersConfig
- The EMR containers configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emrContainersConfig
default CreatePersistentAppUiRequest.Builder emrContainersConfig(Consumer<EMRContainersConfig.Builder> emrContainersConfig) The EMR containers configuration.
This is a convenience method that creates an instance of theEMRContainersConfig.Builder
avoiding the need to create one manually viaEMRContainersConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemrContainersConfig(EMRContainersConfig)
.- Parameters:
emrContainersConfig
- a consumer that will call methods onEMRContainersConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Tags for the persistent application user interface.
- Parameters:
tags
- Tags for the persistent application user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags for the persistent application user interface.
- Parameters:
tags
- Tags for the persistent application user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags for the persistent application user interface.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xReferer
The cross reference for the persistent application user interface.
- Parameters:
xReferer
- The cross reference for the persistent application user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilerType
The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.
- Parameters:
profilerType
- The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profilerType
The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.
- Parameters:
profilerType
- The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreatePersistentAppUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePersistentAppUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-