ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associationType(String associationType) |
A filter that returns only associations of the specified type.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associationType(AssociationEdgeType associationType) |
A filter that returns only associations of the specified type.
|
static ListAssociationsRequest.Builder |
ListAssociationsRequest.builder() |
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.createdAfter(Instant createdAfter) |
A filter that returns only associations created on or after the specified time.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.createdBefore(Instant createdBefore) |
A filter that returns only associations created on or before the specified time.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.destinationArn(String destinationArn) |
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.destinationType(String destinationType) |
A filter that returns only associations with the specified destination type.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of associations to return in the response.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.nextToken(String nextToken) |
If the previous call to ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortBy(String sortBy) |
The property used to sort results.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortBy(SortAssociationsBy sortBy) |
The property used to sort results.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortOrder(String sortOrder) |
The sort order.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sourceArn(String sourceArn) |
A filter that returns only associations with the specified source ARN.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sourceType(String sourceType) |
A filter that returns only associations with the specified source type.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.toBuilder() |
|