static ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.builder() |
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the domain where you want to list entity owners.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.entityIdentifier(String entityIdentifier) |
The ID of the entity that you want to list.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.entityType(String entityType) |
The type of the entity that you want to list.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.entityType(DataZoneEntityType entityType) |
The type of the entity that you want to list.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.maxResults(Integer maxResults) |
The maximum number of entities to return in a single call to ListEntityOwners.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.nextToken(String nextToken) |
When the number of entities is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of entities, the
response includes a pagination token named NextToken.
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListEntityOwnersRequest.Builder |
ListEntityOwnersRequest.toBuilder() |
|