Interface ListApprovalRuleTemplatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<ListApprovalRuleTemplatesResponse.Builder,ListApprovalRuleTemplatesResponse>,SdkBuilder<ListApprovalRuleTemplatesResponse.Builder,ListApprovalRuleTemplatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApprovalRuleTemplatesResponse
public static interface ListApprovalRuleTemplatesResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListApprovalRuleTemplatesResponse.Builder,ListApprovalRuleTemplatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApprovalRuleTemplatesResponse.BuilderapprovalRuleTemplateNames(String... approvalRuleTemplateNames)The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.ListApprovalRuleTemplatesResponse.BuilderapprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.ListApprovalRuleTemplatesResponse.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the next results of the operation.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
approvalRuleTemplateNames
ListApprovalRuleTemplatesResponse.Builder approvalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.
- Parameters:
approvalRuleTemplateNames- The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalRuleTemplateNames
ListApprovalRuleTemplatesResponse.Builder approvalRuleTemplateNames(String... approvalRuleTemplateNames)
The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.
- Parameters:
approvalRuleTemplateNames- The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApprovalRuleTemplatesResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
- Parameters:
nextToken- An enumeration token that allows the operation to batch the next results of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-