Interface DescribeCreateCaseOptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCreateCaseOptionsResponse.Builder,DescribeCreateCaseOptionsResponse>,SdkBuilder<DescribeCreateCaseOptionsResponse.Builder,DescribeCreateCaseOptionsResponse>,SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
- DescribeCreateCaseOptionsResponse
public static interface DescribeCreateCaseOptionsResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeCreateCaseOptionsResponse.Builder,DescribeCreateCaseOptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCreateCaseOptionsResponse.BuildercommunicationTypes(Collection<CommunicationTypeOptions> communicationTypes)A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.DescribeCreateCaseOptionsResponse.BuildercommunicationTypes(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.DescribeCreateCaseOptionsResponse.BuildercommunicationTypes(CommunicationTypeOptions... communicationTypes)A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.DescribeCreateCaseOptionsResponse.BuilderlanguageAvailability(String languageAvailability)Language availability can be any of the following:-
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.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
languageAvailability
DescribeCreateCaseOptionsResponse.Builder languageAvailability(String 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 to#communicationTypes(List.) - 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:
#communicationTypes(java.util.Collection)
-
-