Interface ShareDirectoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ShareDirectoryResponse.Builder,ShareDirectoryResponse>,DirectoryResponse.Builder,SdkBuilder<ShareDirectoryResponse.Builder,ShareDirectoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ShareDirectoryResponse
public static interface ShareDirectoryResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<ShareDirectoryResponse.Builder,ShareDirectoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShareDirectoryResponse.BuildersharedDirectoryId(String sharedDirectoryId)Identifier of the directory that is stored in the directory consumer account that is shared from the specified directory (DirectoryId).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
sharedDirectoryId
ShareDirectoryResponse.Builder sharedDirectoryId(String sharedDirectoryId)
Identifier of the directory that is stored in the directory consumer account that is shared from the specified directory (
DirectoryId).- Parameters:
sharedDirectoryId- Identifier of the directory that is stored in the directory consumer account that is shared from the specified directory (DirectoryId).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-