static DescribeTrustsRequest.Builder |
DescribeTrustsRequest.builder() |
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.directoryId(String directoryId) |
The Directory ID of the Amazon Web Services directory that is a part of the requested trust relationship.
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.limit(Integer limit) |
The maximum number of objects to return.
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.nextToken(String nextToken) |
The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.toBuilder() |
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.trustIds(String... trustIds) |
A list of identifiers of the trust relationships for which to obtain the information.
|
DescribeTrustsRequest.Builder |
DescribeTrustsRequest.Builder.trustIds(Collection<String> trustIds) |
A list of identifiers of the trust relationships for which to obtain the information.
|