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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaEMRContainersConfig.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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.
- Parameters:
profilerType- The profiler type for the persistent application user interface.- 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.
- Parameters:
profilerType- The profiler type for the persistent application user interface.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-