Interface ListEntityOwnersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEntityOwnersRequest.Builder,ListEntityOwnersRequest>,DataZoneRequest.Builder,SdkBuilder<ListEntityOwnersRequest.Builder,ListEntityOwnersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEntityOwnersRequest
public static interface ListEntityOwnersRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEntityOwnersRequest.Builder,ListEntityOwnersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntityOwnersRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where you want to list entity owners.ListEntityOwnersRequest.BuilderentityIdentifier(String entityIdentifier)The ID of the entity that you want to list.ListEntityOwnersRequest.BuilderentityType(String entityType)The type of the entity that you want to list.ListEntityOwnersRequest.BuilderentityType(DataZoneEntityType entityType)The type of the entity that you want to list.ListEntityOwnersRequest.BuildermaxResults(Integer maxResults)The maximum number of entities to return in a single call toListEntityOwners.ListEntityOwnersRequest.BuildernextToken(String nextToken)When the number of entities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken.ListEntityOwnersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntityOwnersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
domainIdentifier
ListEntityOwnersRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where you want to list entity owners.
- Parameters:
domainIdentifier- The ID of the domain where you want to list entity owners.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdentifier
ListEntityOwnersRequest.Builder entityIdentifier(String entityIdentifier)
The ID of the entity that you want to list.
- Parameters:
entityIdentifier- The ID of the entity that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
ListEntityOwnersRequest.Builder entityType(String entityType)
The type of the entity that you want to list.
- Parameters:
entityType- The type of the entity that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataZoneEntityType,DataZoneEntityType
-
entityType
ListEntityOwnersRequest.Builder entityType(DataZoneEntityType entityType)
The type of the entity that you want to list.
- Parameters:
entityType- The type of the entity that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataZoneEntityType,DataZoneEntityType
-
maxResults
ListEntityOwnersRequest.Builder maxResults(Integer maxResults)
The maximum number of entities to return in a single call to
ListEntityOwners. When the number of entities to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEntityOwnersto list the next set of entities.- Parameters:
maxResults- The maximum number of entities to return in a single call toListEntityOwners. When the number of entities to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEntityOwnersto list the next set of entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEntityOwnersRequest.Builder nextToken(String nextToken)
When the number of entities is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEntityOwnersto list the next set of entities.- Parameters:
nextToken- When the number of entities is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of entities, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEntityOwnersto list the next set of entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEntityOwnersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEntityOwnersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-