Interface DescribePersistentAppUiResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePersistentAppUiResponse.Builder,DescribePersistentAppUiResponse>,EmrResponse.Builder,SdkBuilder<DescribePersistentAppUiResponse.Builder,DescribePersistentAppUiResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePersistentAppUiResponse
@Mutable @NotThreadSafe public static interface DescribePersistentAppUiResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<DescribePersistentAppUiResponse.Builder,DescribePersistentAppUiResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribePersistentAppUiResponse.BuilderpersistentAppUI(Consumer<PersistentAppUI.Builder> persistentAppUI)The persistent application user interface.DescribePersistentAppUiResponse.BuilderpersistentAppUI(PersistentAppUI persistentAppUI)The persistent application user interface.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
persistentAppUI
DescribePersistentAppUiResponse.Builder persistentAppUI(PersistentAppUI persistentAppUI)
The persistent application user interface.
- Parameters:
persistentAppUI- The persistent application user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentAppUI
default DescribePersistentAppUiResponse.Builder persistentAppUI(Consumer<PersistentAppUI.Builder> persistentAppUI)
The persistent application user interface.
This is a convenience method that creates an instance of thePersistentAppUI.Builderavoiding the need to create one manually viaPersistentAppUI.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topersistentAppUI(PersistentAppUI).- Parameters:
persistentAppUI- a consumer that will call methods onPersistentAppUI.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
persistentAppUI(PersistentAppUI)
-
-