Interface GetStorageProfileForQueueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetStorageProfileForQueueRequest.Builder,GetStorageProfileForQueueRequest>,DeadlineRequest.Builder,SdkBuilder<GetStorageProfileForQueueRequest.Builder,GetStorageProfileForQueueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetStorageProfileForQueueRequest
public static interface GetStorageProfileForQueueRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<GetStorageProfileForQueueRequest.Builder,GetStorageProfileForQueueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStorageProfileForQueueRequest.BuilderfarmId(String farmId)The farm ID for the queue in storage profile.GetStorageProfileForQueueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetStorageProfileForQueueRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetStorageProfileForQueueRequest.BuilderqueueId(String queueId)The queue ID the queue in the storage profile.GetStorageProfileForQueueRequest.BuilderstorageProfileId(String storageProfileId)The storage profile ID for the storage profile in the queue.-
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.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
farmId
GetStorageProfileForQueueRequest.Builder farmId(String farmId)
The farm ID for the queue in storage profile.
- Parameters:
farmId- The farm ID for the queue in storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
GetStorageProfileForQueueRequest.Builder queueId(String queueId)
The queue ID the queue in the storage profile.
- Parameters:
queueId- The queue ID the queue in the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageProfileId
GetStorageProfileForQueueRequest.Builder storageProfileId(String storageProfileId)
The storage profile ID for the storage profile in the queue.
- Parameters:
storageProfileId- The storage profile ID for the storage profile in the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetStorageProfileForQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetStorageProfileForQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-