Interface GetPersistentAppUiPresignedUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPersistentAppUiPresignedUrlRequest.Builder,GetPersistentAppUiPresignedUrlRequest>,EmrRequest.Builder,SdkBuilder<GetPersistentAppUiPresignedUrlRequest.Builder,GetPersistentAppUiPresignedUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPersistentAppUiPresignedUrlRequest
@Mutable @NotThreadSafe public static interface GetPersistentAppUiPresignedUrlRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetPersistentAppUiPresignedUrlRequest.Builder,GetPersistentAppUiPresignedUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPersistentAppUiPresignedUrlRequest.BuilderapplicationId(String applicationId)The application ID associated with the presigned URL.GetPersistentAppUiPresignedUrlRequest.BuilderauthProxyCall(Boolean authProxyCall)A boolean that represents if the caller is an authentication proxy call.GetPersistentAppUiPresignedUrlRequest.BuilderexecutionRoleArn(String executionRoleArn)The execution role ARN associated with the presigned URL.GetPersistentAppUiPresignedUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPersistentAppUiPresignedUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPersistentAppUiPresignedUrlRequest.BuilderpersistentAppUIId(String persistentAppUIId)The persistent application user interface ID associated with the presigned URL.GetPersistentAppUiPresignedUrlRequest.BuilderpersistentAppUIType(String persistentAppUIType)The persistent application user interface type associated with the presigned URL.GetPersistentAppUiPresignedUrlRequest.BuilderpersistentAppUIType(PersistentAppUIType persistentAppUIType)The persistent application user interface type associated with the presigned URL.-
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
GetPersistentAppUiPresignedUrlRequest.Builder persistentAppUIId(String persistentAppUIId)
The persistent application user interface ID associated with the presigned URL.
- Parameters:
persistentAppUIId- The persistent application user interface ID associated with the presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentAppUIType
GetPersistentAppUiPresignedUrlRequest.Builder persistentAppUIType(String persistentAppUIType)
The persistent application user interface type associated with the presigned URL.
- Parameters:
persistentAppUIType- The persistent application user interface type associated with the presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PersistentAppUIType,PersistentAppUIType
-
persistentAppUIType
GetPersistentAppUiPresignedUrlRequest.Builder persistentAppUIType(PersistentAppUIType persistentAppUIType)
The persistent application user interface type associated with the presigned URL.
- Parameters:
persistentAppUIType- The persistent application user interface type associated with the presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PersistentAppUIType,PersistentAppUIType
-
applicationId
GetPersistentAppUiPresignedUrlRequest.Builder applicationId(String applicationId)
The application ID associated with the presigned URL.
- Parameters:
applicationId- The application ID associated with the presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authProxyCall
GetPersistentAppUiPresignedUrlRequest.Builder authProxyCall(Boolean authProxyCall)
A boolean that represents if the caller is an authentication proxy call.
- Parameters:
authProxyCall- A boolean that represents if the caller is an authentication proxy call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
GetPersistentAppUiPresignedUrlRequest.Builder executionRoleArn(String executionRoleArn)
The execution role ARN associated with the presigned URL.
- Parameters:
executionRoleArn- The execution role ARN associated with the presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPersistentAppUiPresignedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPersistentAppUiPresignedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-