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
Modifier and TypeMethodDescriptionpersistentAppUI
(Consumer<PersistentAppUI.Builder> persistentAppUI) The persistent application user interface.persistentAppUI
(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 Details
-
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.Builder
avoiding the need to create one manually viaPersistentAppUI.builder()
.When the
Consumer
completes,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:
-