Interface ListObjectParentsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudDirectoryResponse.Builder,- CopyableBuilder<ListObjectParentsResponse.Builder,,- ListObjectParentsResponse> - SdkBuilder<ListObjectParentsResponse.Builder,,- ListObjectParentsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListObjectParentsResponse
@Mutable
@NotThreadSafe
public static interface ListObjectParentsResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectParentsResponse.Builder,ListObjectParentsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe pagination token.parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks) Returns a list of parent reference and LinkName Tuples.parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks) Returns a list of parent reference and LinkName Tuples.parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks) Returns a list of parent reference and LinkName Tuples.The parent structure, which is a map with key as theObjectIdentifierand LinkName as the value.Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
parentsThe parent structure, which is a map with key as the ObjectIdentifierand LinkName as the value.- Parameters:
- parents- The parent structure, which is a map with key as the- ObjectIdentifierand LinkName as the value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe pagination token. - Parameters:
- nextToken- The pagination token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentLinksListObjectParentsResponse.Builder parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks) Returns a list of parent reference and LinkName Tuples. - Parameters:
- parentLinks- Returns a list of parent reference and LinkName Tuples.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentLinksReturns a list of parent reference and LinkName Tuples. - Parameters:
- parentLinks- Returns a list of parent reference and LinkName Tuples.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentLinksListObjectParentsResponse.Builder parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks) Returns a list of parent reference and LinkName Tuples. This is a convenience method that creates an instance of theObjectIdentifierAndLinkNameTuple.Builderavoiding the need to create one manually viaObjectIdentifierAndLinkNameTuple.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparentLinks(List<ObjectIdentifierAndLinkNameTuple>).- Parameters:
- parentLinks- a consumer that will call methods on- ObjectIdentifierAndLinkNameTuple.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-