Interface DescribePersistentAppUiRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribePersistentAppUiRequest.Builder,DescribePersistentAppUiRequest>,EmrRequest.Builder,SdkBuilder<DescribePersistentAppUiRequest.Builder,DescribePersistentAppUiRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribePersistentAppUiRequest
@Mutable @NotThreadSafe public static interface DescribePersistentAppUiRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<DescribePersistentAppUiRequest.Builder,DescribePersistentAppUiRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePersistentAppUiRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePersistentAppUiRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePersistentAppUiRequest.BuilderpersistentAppUIId(String persistentAppUIId)The identifier 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 Detail
-
persistentAppUIId
DescribePersistentAppUiRequest.Builder persistentAppUIId(String persistentAppUIId)
The identifier for the persistent application user interface.
- Parameters:
persistentAppUIId- The identifier for the persistent application user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribePersistentAppUiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribePersistentAppUiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-