Interface GetOnClusterAppUiPresignedUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetOnClusterAppUiPresignedUrlRequest.Builder,GetOnClusterAppUiPresignedUrlRequest>,EmrRequest.Builder,SdkBuilder<GetOnClusterAppUiPresignedUrlRequest.Builder,GetOnClusterAppUiPresignedUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetOnClusterAppUiPresignedUrlRequest
@Mutable @NotThreadSafe public static interface GetOnClusterAppUiPresignedUrlRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetOnClusterAppUiPresignedUrlRequest.Builder,GetOnClusterAppUiPresignedUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOnClusterAppUiPresignedUrlRequest.BuilderapplicationId(String applicationId)The application ID associated with the cluster's application user interface presigned URL.GetOnClusterAppUiPresignedUrlRequest.BuilderclusterId(String clusterId)The cluster ID associated with the cluster's application user interface presigned URL.GetOnClusterAppUiPresignedUrlRequest.BuilderdryRun(Boolean dryRun)Determines if the user interface presigned URL is for a dry run.GetOnClusterAppUiPresignedUrlRequest.BuilderexecutionRoleArn(String executionRoleArn)The execution role ARN associated with the cluster's application user interface presigned URL.GetOnClusterAppUiPresignedUrlRequest.BuilderonClusterAppUIType(String onClusterAppUIType)The application UI type associated with the cluster's application user interface presigned URL.GetOnClusterAppUiPresignedUrlRequest.BuilderonClusterAppUIType(OnClusterAppUIType onClusterAppUIType)The application UI type associated with the cluster's application user interface presigned URL.GetOnClusterAppUiPresignedUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOnClusterAppUiPresignedUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
clusterId
GetOnClusterAppUiPresignedUrlRequest.Builder clusterId(String clusterId)
The cluster ID associated with the cluster's application user interface presigned URL.
- Parameters:
clusterId- The cluster ID associated with the cluster's application user interface presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onClusterAppUIType
GetOnClusterAppUiPresignedUrlRequest.Builder onClusterAppUIType(String onClusterAppUIType)
The application UI type associated with the cluster's application user interface presigned URL.
- Parameters:
onClusterAppUIType- The application UI type associated with the cluster's application user interface presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnClusterAppUIType,OnClusterAppUIType
-
onClusterAppUIType
GetOnClusterAppUiPresignedUrlRequest.Builder onClusterAppUIType(OnClusterAppUIType onClusterAppUIType)
The application UI type associated with the cluster's application user interface presigned URL.
- Parameters:
onClusterAppUIType- The application UI type associated with the cluster's application user interface presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnClusterAppUIType,OnClusterAppUIType
-
applicationId
GetOnClusterAppUiPresignedUrlRequest.Builder applicationId(String applicationId)
The application ID associated with the cluster's application user interface presigned URL.
- Parameters:
applicationId- The application ID associated with the cluster's application user interface presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
GetOnClusterAppUiPresignedUrlRequest.Builder dryRun(Boolean dryRun)
Determines if the user interface presigned URL is for a dry run.
- Parameters:
dryRun- Determines if the user interface presigned URL is for a dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
GetOnClusterAppUiPresignedUrlRequest.Builder executionRoleArn(String executionRoleArn)
The execution role ARN associated with the cluster's application user interface presigned URL.
- Parameters:
executionRoleArn- The execution role ARN associated with the cluster's application user interface presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetOnClusterAppUiPresignedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetOnClusterAppUiPresignedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-