Interface CreateDirectoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<CreateDirectoryResponse.Builder,CreateDirectoryResponse>,SdkBuilder<CreateDirectoryResponse.Builder,CreateDirectoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDirectoryResponse
public static interface CreateDirectoryResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<CreateDirectoryResponse.Builder,CreateDirectoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDirectoryResponse.BuilderappliedSchemaArn(String appliedSchemaArn)The ARN of the published schema in the Directory.CreateDirectoryResponse.BuilderdirectoryArn(String directoryArn)The ARN that is associated with the Directory.CreateDirectoryResponse.Buildername(String name)The name of the Directory.CreateDirectoryResponse.BuilderobjectIdentifier(String objectIdentifier)The root object node of the created directory.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
directoryArn
CreateDirectoryResponse.Builder directoryArn(String directoryArn)
-
name
CreateDirectoryResponse.Builder name(String name)
The name of the Directory.
- Parameters:
name- The name of the Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectIdentifier
CreateDirectoryResponse.Builder objectIdentifier(String objectIdentifier)
The root object node of the created directory.
- Parameters:
objectIdentifier- The root object node of the created directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appliedSchemaArn
CreateDirectoryResponse.Builder appliedSchemaArn(String appliedSchemaArn)
The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.
- Parameters:
appliedSchemaArn- The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-