Interface ListStorageProfilesForQueueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStorageProfilesForQueueRequest.Builder,ListStorageProfilesForQueueRequest>,DeadlineRequest.Builder,SdkBuilder<ListStorageProfilesForQueueRequest.Builder,ListStorageProfilesForQueueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStorageProfilesForQueueRequest
public static interface ListStorageProfilesForQueueRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListStorageProfilesForQueueRequest.Builder,ListStorageProfilesForQueueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageProfilesForQueueRequest.BuilderfarmId(String farmId)The farm ID of the queue's storage profile.ListStorageProfilesForQueueRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListStorageProfilesForQueueRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListStorageProfilesForQueueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageProfilesForQueueRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStorageProfilesForQueueRequest.BuilderqueueId(String queueId)The queue ID for the storage profile.-
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
ListStorageProfilesForQueueRequest.Builder farmId(String farmId)
The farm ID of the queue's storage profile.
- Parameters:
farmId- The farm ID of the queue's storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListStorageProfilesForQueueRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
maxResults- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStorageProfilesForQueueRequest.Builder nextToken(String nextToken)
The token for the next set of results, or
nullto start from the beginning.- Parameters:
nextToken- The token for the next set of results, ornullto start from the beginning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
ListStorageProfilesForQueueRequest.Builder queueId(String queueId)
The queue ID for the storage profile.
- Parameters:
queueId- The queue ID for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStorageProfilesForQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStorageProfilesForQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-