Interface ListSubscriptionRequestsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSubscriptionRequestsRequest.Builder,ListSubscriptionRequestsRequest>,DataZoneRequest.Builder,SdkBuilder<ListSubscriptionRequestsRequest.Builder,ListSubscriptionRequestsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSubscriptionRequestsRequest
public static interface ListSubscriptionRequestsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListSubscriptionRequestsRequest.Builder,ListSubscriptionRequestsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSubscriptionRequestsRequest.BuilderapproverProjectId(String approverProjectId)The identifier of the subscription request approver's project.ListSubscriptionRequestsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain.ListSubscriptionRequestsRequest.BuildermaxResults(Integer maxResults)The maximum number of subscription requests to return in a single call toListSubscriptionRequests.ListSubscriptionRequestsRequest.BuildernextToken(String 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.ListSubscriptionRequestsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSubscriptionRequestsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSubscriptionRequestsRequest.BuilderowningProjectId(String owningProjectId)The identifier of the project for the subscription requests.ListSubscriptionRequestsRequest.BuildersortBy(String sortBy)Specifies the way to sort the results of this action.ListSubscriptionRequestsRequest.BuildersortBy(SortKey sortBy)Specifies the way to sort the results of this action.ListSubscriptionRequestsRequest.BuildersortOrder(String sortOrder)Specifies the sort order for the results of this action.ListSubscriptionRequestsRequest.BuildersortOrder(SortOrder sortOrder)Specifies the sort order for the results of this action.ListSubscriptionRequestsRequest.Builderstatus(String status)Specifies the status of the subscription requests.ListSubscriptionRequestsRequest.Builderstatus(SubscriptionRequestStatus status)Specifies the status of the subscription requests.ListSubscriptionRequestsRequest.BuildersubscribedListingId(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, sdkFields
-
-
-
-
Method Detail
-
approverProjectId
ListSubscriptionRequestsRequest.Builder approverProjectId(String 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
ListSubscriptionRequestsRequest.Builder domainIdentifier(String 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
ListSubscriptionRequestsRequest.Builder maxResults(Integer 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
ListSubscriptionRequestsRequest.Builder nextToken(String 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
ListSubscriptionRequestsRequest.Builder owningProjectId(String 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
ListSubscriptionRequestsRequest.Builder sortBy(String sortBy)
Specifies the way to sort the results of this action.
-
sortBy
ListSubscriptionRequestsRequest.Builder sortBy(SortKey sortBy)
Specifies the way to sort the results of this action.
-
sortOrder
ListSubscriptionRequestsRequest.Builder sortOrder(String sortOrder)
Specifies the sort order for the results of this action.
-
sortOrder
ListSubscriptionRequestsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
-
status
ListSubscriptionRequestsRequest.Builder status(String 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:
SubscriptionRequestStatus,SubscriptionRequestStatus
-
status
ListSubscriptionRequestsRequest.Builder status(SubscriptionRequestStatus 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:
SubscriptionRequestStatus,SubscriptionRequestStatus
-
subscribedListingId
ListSubscriptionRequestsRequest.Builder subscribedListingId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSubscriptionRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-