Interface PublishSchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<PublishSchemaResponse.Builder,PublishSchemaResponse>,SdkBuilder<PublishSchemaResponse.Builder,PublishSchemaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PublishSchemaResponse
public static interface PublishSchemaResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<PublishSchemaResponse.Builder,PublishSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishSchemaResponse.BuilderpublishedSchemaArn(String publishedSchemaArn)The ARN that is associated with the published schema.-
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
-
publishedSchemaArn
PublishSchemaResponse.Builder publishedSchemaArn(String publishedSchemaArn)
The ARN that is associated with the published schema. For more information, see arns.
- Parameters:
publishedSchemaArn- The ARN that is associated with the published schema. For more information, see arns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-