Interface ListSubscriptionRequestsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSubscriptionRequestsRequest.Builder,,ListSubscriptionRequestsRequest> DataZoneRequest.Builder,SdkBuilder<ListSubscriptionRequestsRequest.Builder,,ListSubscriptionRequestsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListSubscriptionRequestsRequest
-
Method Summary
Modifier and TypeMethodDescriptionapproverProjectId(String approverProjectId) The identifier of the subscription request approver's project.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain.maxResults(Integer maxResults) The maximum number of subscription requests to return in a single call toListSubscriptionRequests.When the number of subscription requests is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.owningProjectId(String owningProjectId) The identifier of the project for the subscription requests.Specifies the way to sort the results of this action.Specifies the way to sort the results of this action.Specifies the sort order for the results of this action.Specifies the sort order for the results of this action.Specifies the status of the subscription requests.status(SubscriptionRequestStatus status) Specifies the status of the subscription requests.subscribedListingId(String subscribedListingId) The identifier of the subscribed listing.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.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
approverProjectId
The identifier of the subscription request approver's project.
- Parameters:
approverProjectId- The identifier of the subscription request approver's project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of subscription requests to return in a single call to
ListSubscriptionRequests. When the number of subscription requests to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Parameters:
maxResults- The maximum number of subscription requests to return in a single call toListSubscriptionRequests. When the number of subscription requests to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When the number of subscription requests is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Parameters:
nextToken- When the number of subscription requests is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
The identifier of the project for the subscription requests.
- Parameters:
owningProjectId- The identifier of the project for the subscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Specifies the way to sort the results of this action.
- Parameters:
sortBy- Specifies the way to sort the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the way to sort the results of this action.
- Parameters:
sortBy- Specifies the way to sort the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the results of this action.
- Parameters:
sortOrder- Specifies the sort order for the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the results of this action.
- Parameters:
sortOrder- Specifies the sort order for the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies the status of the subscription requests.
This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDINGsubscription requests.- Parameters:
status- Specifies the status of the subscription requests.This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDINGsubscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies the status of the subscription requests.
This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDINGsubscription requests.- Parameters:
status- Specifies the status of the subscription requests.This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDINGsubscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subscribedListingId
The identifier of the subscribed listing.
- Parameters:
subscribedListingId- The identifier of the subscribed listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSubscriptionRequestsRequest.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
ListSubscriptionRequestsRequest.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.
-