Interface PutSchemaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutSchemaResponse.Builder,PutSchemaResponse>,SdkBuilder<PutSchemaResponse.Builder,PutSchemaResponse>,SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
- PutSchemaResponse
public static interface PutSchemaResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<PutSchemaResponse.Builder,PutSchemaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutSchemaResponse.BuildercreatedDate(Instant createdDate)The date and time that the schema was originally created.PutSchemaResponse.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time that the schema was last updated.PutSchemaResponse.Buildernamespaces(String... namespaces)Identifies the namespaces of the entities referenced by this schema.PutSchemaResponse.Buildernamespaces(Collection<String> namespaces)Identifies the namespaces of the entities referenced by this schema.PutSchemaResponse.BuilderpolicyStoreId(String policyStoreId)The unique ID of the policy store that contains the schema.-
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
PutSchemaResponse.Builder policyStoreId(String policyStoreId)
The unique ID of the policy store that contains the schema.
- Parameters:
policyStoreId- The unique ID of the policy store that contains the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
PutSchemaResponse.Builder namespaces(Collection<String> namespaces)
Identifies the namespaces of the entities referenced by this schema.
- Parameters:
namespaces- Identifies 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
PutSchemaResponse.Builder namespaces(String... namespaces)
Identifies the namespaces of the entities referenced by this schema.
- Parameters:
namespaces- Identifies the namespaces of the entities referenced by this schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
PutSchemaResponse.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
PutSchemaResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the schema was last updated.
- Parameters:
lastUpdatedDate- The date and time that the schema was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-