Interface GetPolicyTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPolicyTemplateResponse.Builder,GetPolicyTemplateResponse>,SdkBuilder<GetPolicyTemplateResponse.Builder,GetPolicyTemplateResponse>,SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
- GetPolicyTemplateResponse
public static interface GetPolicyTemplateResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyTemplateResponse.Builder,GetPolicyTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPolicyTemplateResponse.BuildercreatedDate(Instant createdDate)The date and time that the policy template was originally created.GetPolicyTemplateResponse.Builderdescription(String description)The description of the policy template.GetPolicyTemplateResponse.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time that the policy template was most recently updated.GetPolicyTemplateResponse.BuilderpolicyStoreId(String policyStoreId)The ID of the policy store that contains the policy template.GetPolicyTemplateResponse.BuilderpolicyTemplateId(String policyTemplateId)The ID of the policy template.GetPolicyTemplateResponse.Builderstatement(String statement)The content of the body of the policy template written in the Cedar policy language.-
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
GetPolicyTemplateResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the policy template.
- Parameters:
policyStoreId- The ID of the policy store that contains the policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyTemplateId
GetPolicyTemplateResponse.Builder policyTemplateId(String policyTemplateId)
The ID of the policy template.
- Parameters:
policyTemplateId- The ID of the policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetPolicyTemplateResponse.Builder description(String description)
The description of the policy template.
- Parameters:
description- The description of the policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statement
GetPolicyTemplateResponse.Builder statement(String statement)
The content of the body of the policy template written in the Cedar policy language.
- Parameters:
statement- The content of the body of the policy template written in the Cedar policy language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
GetPolicyTemplateResponse.Builder createdDate(Instant createdDate)
The date and time that the policy template was originally created.
- Parameters:
createdDate- The date and time that the policy template was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
GetPolicyTemplateResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy template was most recently updated.
- Parameters:
lastUpdatedDate- The date and time that the policy template was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-