Interface DescribeCreateCaseOptionsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCreateCaseOptionsResponse.Builder,,DescribeCreateCaseOptionsResponse> SdkBuilder<DescribeCreateCaseOptionsResponse.Builder,,DescribeCreateCaseOptionsResponse> SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
 DescribeCreateCaseOptionsResponse
- 
Method Summary
Modifier and TypeMethodDescriptioncommunicationTypes(Collection<CommunicationTypeOptions> communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.communicationTypes(Consumer<CommunicationTypeOptions.Builder>... communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.communicationTypes(CommunicationTypeOptions... communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.languageAvailability(String languageAvailability) Language availability can be any of the following:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
languageAvailability
Language availability can be any of the following:
- 
 
available
 - 
 
best_effort
 - 
 
unavailable
 
- Parameters:
 languageAvailability- Language availability can be any of the following:- 
        
available
 - 
        
best_effort
 - 
        
unavailable
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
communicationTypes
DescribeCreateCaseOptionsResponse.Builder communicationTypes(Collection<CommunicationTypeOptions> communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
- Parameters:
 communicationTypes- A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
communicationTypes
DescribeCreateCaseOptionsResponse.Builder communicationTypes(CommunicationTypeOptions... communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
- Parameters:
 communicationTypes- A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
communicationTypes
DescribeCreateCaseOptionsResponse.Builder communicationTypes(Consumer<CommunicationTypeOptions.Builder>... communicationTypes) A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
This is a convenience method that creates an instance of theCommunicationTypeOptions.Builderavoiding the need to create one manually viaCommunicationTypeOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocommunicationTypes(List<CommunicationTypeOptions>).- Parameters:
 communicationTypes- a consumer that will call methods onCommunicationTypeOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -