Interface ApplySchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>,SdkBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ApplySchemaResponse
public static interface ApplySchemaResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplySchemaResponse.BuilderappliedSchemaArn(String appliedSchemaArn)The applied schema ARN that is associated with the copied schema in the Directory.ApplySchemaResponse.BuilderdirectoryArn(String directoryArn)The ARN that is associated with the 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
-
appliedSchemaArn
ApplySchemaResponse.Builder appliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
- Parameters:
appliedSchemaArn- The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryArn
ApplySchemaResponse.Builder directoryArn(String directoryArn)
-
-