Interface ListObjectParentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListObjectParentsRequest.Builder,ListObjectParentsRequest>,SdkBuilder<ListObjectParentsRequest.Builder,ListObjectParentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListObjectParentsRequest
public static interface ListObjectParentsRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListObjectParentsRequest.Builder,ListObjectParentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListObjectParentsRequest.BuilderconsistencyLevel(String consistencyLevel)Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.ListObjectParentsRequest.BuilderconsistencyLevel(ConsistencyLevel consistencyLevel)Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.ListObjectParentsRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.ListObjectParentsRequest.BuilderincludeAllLinksToEachParent(Boolean includeAllLinksToEachParent)When set to True, returns all ListObjectParentsResponse$ParentLinks.ListObjectParentsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to be retrieved in a single call.ListObjectParentsRequest.BuildernextToken(String nextToken)The pagination token.default ListObjectParentsRequest.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object for which parent objects are being listed.ListObjectParentsRequest.BuilderobjectReference(ObjectReference objectReference)The reference that identifies the object for which parent objects are being listed.ListObjectParentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListObjectParentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
directoryArn
ListObjectParentsRequest.Builder directoryArn(String directoryArn)
-
objectReference
ListObjectParentsRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object for which parent objects are being listed.
- Parameters:
objectReference- The reference that identifies the object for which parent objects are being listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default ListObjectParentsRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object for which parent objects are being listed.
This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
objectReference- a consumer that will call methods onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
objectReference(ObjectReference)
-
nextToken
ListObjectParentsRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListObjectParentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
- Parameters:
maxResults- The maximum number of items to be retrieved in a single call. This is an approximate number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistencyLevel
ListObjectParentsRequest.Builder consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
- Parameters:
consistencyLevel- Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
ListObjectParentsRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
- Parameters:
consistencyLevel- Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
includeAllLinksToEachParent
ListObjectParentsRequest.Builder includeAllLinksToEachParent(Boolean includeAllLinksToEachParent)
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.
- Parameters:
includeAllLinksToEachParent- When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListObjectParentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListObjectParentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-