public static interface ApprovalRuleTemplate.Builder extends SdkPojo, CopyableBuilder<ApprovalRuleTemplate.Builder,ApprovalRuleTemplate>
| Modifier and Type | Method and Description |
|---|---|
ApprovalRuleTemplate.Builder |
approvalRuleTemplateContent(String approvalRuleTemplateContent)
The content of the approval rule template.
|
ApprovalRuleTemplate.Builder |
approvalRuleTemplateDescription(String approvalRuleTemplateDescription)
The description of the approval rule template.
|
ApprovalRuleTemplate.Builder |
approvalRuleTemplateId(String approvalRuleTemplateId)
The system-generated ID of the approval rule template.
|
ApprovalRuleTemplate.Builder |
approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the approval rule template.
|
ApprovalRuleTemplate.Builder |
creationDate(Instant creationDate)
The date the approval rule template was created, in timestamp format.
|
ApprovalRuleTemplate.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date the approval rule template was most recently changed, in timestamp format.
|
ApprovalRuleTemplate.Builder |
lastModifiedUser(String lastModifiedUser)
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
|
ApprovalRuleTemplate.Builder |
ruleContentSha256(String ruleContentSha256)
The SHA-256 hash signature for the content of the approval rule template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApprovalRuleTemplate.Builder approvalRuleTemplateId(String approvalRuleTemplateId)
The system-generated ID of the approval rule template.
approvalRuleTemplateId - The system-generated ID of the approval rule template.ApprovalRuleTemplate.Builder approvalRuleTemplateName(String approvalRuleTemplateName)
The name of the approval rule template.
approvalRuleTemplateName - The name of the approval rule template.ApprovalRuleTemplate.Builder approvalRuleTemplateDescription(String approvalRuleTemplateDescription)
The description of the approval rule template.
approvalRuleTemplateDescription - The description of the approval rule template.ApprovalRuleTemplate.Builder approvalRuleTemplateContent(String approvalRuleTemplateContent)
The content of the approval rule template.
approvalRuleTemplateContent - The content of the approval rule template.ApprovalRuleTemplate.Builder ruleContentSha256(String ruleContentSha256)
The SHA-256 hash signature for the content of the approval rule template.
ruleContentSha256 - The SHA-256 hash signature for the content of the approval rule template.ApprovalRuleTemplate.Builder lastModifiedDate(Instant lastModifiedDate)
The date the approval rule template was most recently changed, in timestamp format.
lastModifiedDate - The date the approval rule template was most recently changed, in timestamp format.ApprovalRuleTemplate.Builder creationDate(Instant creationDate)
The date the approval rule template was created, in timestamp format.
creationDate - The date the approval rule template was created, in timestamp format.ApprovalRuleTemplate.Builder lastModifiedUser(String lastModifiedUser)
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
lastModifiedUser - The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule
template.Copyright © 2022. All rights reserved.