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 theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.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 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 aNextToken
value that you can use in a subsequent call toListSubscriptionRequests
to 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 aNextToken
value that you can use in a subsequent call toListSubscriptionRequests
to 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
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of subscription requests, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListSubscriptionRequests
to list the next set of subscription requests.- Parameters:
nextToken
- When the number of subscription requests is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of subscription requests, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListSubscriptionRequests
to 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
PENDING
subscription 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
PENDING
subscription 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
PENDING
subscription 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
PENDING
subscription 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-