Interface GetSchemaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSchemaResponse.Builder,
,GetSchemaResponse> SdkBuilder<GetSchemaResponse.Builder,
,GetSchemaResponse> SdkPojo
,SdkResponse.Builder
,VerifiedPermissionsResponse.Builder
- Enclosing class:
GetSchemaResponse
@Mutable
@NotThreadSafe
public static interface GetSchemaResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date and time that the schema was originally created.lastUpdatedDate
(Instant lastUpdatedDate) The date and time that the schema was most recently updated.namespaces
(String... namespaces) The namespaces of the entities referenced by this schema.namespaces
(Collection<String> namespaces) The namespaces of the entities referenced by this schema.policyStoreId
(String policyStoreId) The ID of the policy store that contains the schema.The body of the schema, written in Cedar schema JSON.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
policyStoreId
The ID of the policy store that contains the schema.
- Parameters:
policyStoreId
- The ID of the policy store that contains the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
The body of the schema, written in Cedar schema JSON.
- Parameters:
schema
- The body of the schema, written in Cedar schema JSON.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time that the schema was originally created.
- Parameters:
createdDate
- The date and time that the schema was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
The date and time that the schema was most recently updated.
- Parameters:
lastUpdatedDate
- The date and time that the schema was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces of the entities referenced by this schema.
- Parameters:
namespaces
- The namespaces of the entities referenced by this schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces of the entities referenced by this schema.
- Parameters:
namespaces
- The namespaces of the entities referenced by this schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-