Interface CreatePersistentAppUiRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePersistentAppUiRequest.Builder,CreatePersistentAppUiRequest>,EmrRequest.Builder,SdkBuilder<CreatePersistentAppUiRequest.Builder,CreatePersistentAppUiRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePersistentAppUiRequest
@Mutable @NotThreadSafe public static interface CreatePersistentAppUiRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<CreatePersistentAppUiRequest.Builder,CreatePersistentAppUiRequest>
-
-
Method Summary
-
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 Detail
-
targetResourceArn
CreatePersistentAppUiRequest.Builder targetResourceArn(String 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
CreatePersistentAppUiRequest.Builder emrContainersConfig(EMRContainersConfig 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:
emrContainersConfig(EMRContainersConfig)
-
tags
CreatePersistentAppUiRequest.Builder tags(Collection<Tag> 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
CreatePersistentAppUiRequest.Builder tags(Tag... 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
CreatePersistentAppUiRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
xReferer
CreatePersistentAppUiRequest.Builder xReferer(String 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
CreatePersistentAppUiRequest.Builder profilerType(String 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,ProfilerType
-
profilerType
CreatePersistentAppUiRequest.Builder profilerType(ProfilerType 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,ProfilerType
-
overrideConfiguration
CreatePersistentAppUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePersistentAppUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-