| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.builder() |
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.parentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
Sets the value of the ParentLinks property for this object.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.parentLinks(Consumer<ObjectIdentifierAndLinkNameTuple.Builder>... parentLinks)
Sets the value of the ParentLinks property for this object.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.Builder.parentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
Sets the value of the ParentLinks property for this object.
|
BatchListObjectParentsResponse.Builder |
BatchListObjectParentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListObjectParentsResponse.Builder> |
BatchListObjectParentsResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.listObjectParents(Consumer<BatchListObjectParentsResponse.Builder> listObjectParents)
Sets the value of the ListObjectParents property for this object.
|
Copyright © 2021. All rights reserved.