Interface GetDashboardUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDashboardUrlRequest.Builder,,GetDashboardUrlRequest> GlueRequest.Builder,SdkBuilder<GetDashboardUrlRequest.Builder,,GetDashboardUrlRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDashboardUrlRequest
@Mutable
@NotThreadSafe
public static interface GetDashboardUrlRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardUrlRequest.Builder,GetDashboardUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.requestOrigin(String requestOrigin) The origin of the request.resourceId(String resourceId) The unique identifier of the resource for which to retrieve the dashboard URL.resourceType(String resourceType) The type of the resource.resourceType(GlueResourceType resourceType) The type of the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceId
The unique identifier of the resource for which to retrieve the dashboard URL.
- Parameters:
resourceId- The unique identifier of the resource for which to retrieve the dashboard URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the resource. Valid values are
SESSIONandJOB.- Parameters:
resourceType- The type of the resource. Valid values areSESSIONandJOB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the resource. Valid values are
SESSIONandJOB.- Parameters:
resourceType- The type of the resource. Valid values areSESSIONandJOB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestOrigin
The origin of the request.
- Parameters:
requestOrigin- The origin of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDashboardUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDashboardUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-