Interface UnshareDirectoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UnshareDirectoryResponse.Builder,UnshareDirectoryResponse>,DirectoryResponse.Builder,SdkBuilder<UnshareDirectoryResponse.Builder,UnshareDirectoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UnshareDirectoryResponse
public static interface UnshareDirectoryResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<UnshareDirectoryResponse.Builder,UnshareDirectoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnshareDirectoryResponse.BuildersharedDirectoryId(String sharedDirectoryId)Identifier of the directory stored in the directory consumer account that is to be unshared 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
sharedDirectoryId
UnshareDirectoryResponse.Builder sharedDirectoryId(String sharedDirectoryId)
Identifier of the directory stored in the directory consumer account that is to be unshared from the specified directory (
DirectoryId).- Parameters:
sharedDirectoryId- Identifier of the directory stored in the directory consumer account that is to be unshared from the specified directory (DirectoryId).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-