Interface GetSchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>,SdkBuilder<GetSchemaResponse.Builder,GetSchemaResponse>,SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
- GetSchemaResponse
public static interface GetSchemaResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSchemaResponse.BuildercreatedDate(Instant createdDate)The date and time that the schema was originally created.GetSchemaResponse.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time that the schema was most recently updated.GetSchemaResponse.Buildernamespaces(String... namespaces)The namespaces of the entities referenced by this schema.GetSchemaResponse.Buildernamespaces(Collection<String> namespaces)The namespaces of the entities referenced by this schema.GetSchemaResponse.BuilderpolicyStoreId(String policyStoreId)The ID of the policy store that contains the schema.GetSchemaResponse.Builderschema(String 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, 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 Detail
-
policyStoreId
GetSchemaResponse.Builder policyStoreId(String 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
GetSchemaResponse.Builder schema(String 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
GetSchemaResponse.Builder createdDate(Instant 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
GetSchemaResponse.Builder lastUpdatedDate(Instant 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
GetSchemaResponse.Builder namespaces(Collection<String> 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
GetSchemaResponse.Builder namespaces(String... 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.
-
-