Interface BatchGetCaseRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCasesRequest.Builder,CopyableBuilder<BatchGetCaseRuleRequest.Builder,BatchGetCaseRuleRequest>,SdkBuilder<BatchGetCaseRuleRequest.Builder,BatchGetCaseRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetCaseRuleRequest
public static interface BatchGetCaseRuleRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCaseRuleRequest.Builder,BatchGetCaseRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCaseRuleRequest.BuildercaseRules(Collection<CaseRuleIdentifier> caseRules)List of case rule identifiers.BatchGetCaseRuleRequest.BuildercaseRules(Consumer<CaseRuleIdentifier.Builder>... caseRules)List of case rule identifiers.BatchGetCaseRuleRequest.BuildercaseRules(CaseRuleIdentifier... caseRules)List of case rule identifiers.BatchGetCaseRuleRequest.BuilderdomainId(String domainId)Unique identifier of a Cases domain.BatchGetCaseRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCaseRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectcases.model.ConnectCasesRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
caseRules
BatchGetCaseRuleRequest.Builder caseRules(Collection<CaseRuleIdentifier> caseRules)
List of case rule identifiers.
- Parameters:
caseRules- List of case rule identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseRules
BatchGetCaseRuleRequest.Builder caseRules(CaseRuleIdentifier... caseRules)
List of case rule identifiers.
- Parameters:
caseRules- List of case rule identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseRules
BatchGetCaseRuleRequest.Builder caseRules(Consumer<CaseRuleIdentifier.Builder>... caseRules)
List of case rule identifiers.
This is a convenience method that creates an instance of theCaseRuleIdentifier.Builderavoiding the need to create one manually viaCaseRuleIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#caseRules(List.) - Parameters:
caseRules- a consumer that will call methods onCaseRuleIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#caseRules(java.util.Collection)
-
domainId
BatchGetCaseRuleRequest.Builder domainId(String domainId)
Unique identifier of a Cases domain.
- Parameters:
domainId- Unique identifier of a Cases domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetCaseRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetCaseRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-