Interface DescribeRcsAgentCountryLaunchStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRcsAgentCountryLaunchStatusResponse.Builder,,DescribeRcsAgentCountryLaunchStatusResponse> PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeRcsAgentCountryLaunchStatusResponse.Builder,,DescribeRcsAgentCountryLaunchStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeRcsAgentCountryLaunchStatusResponse
@Mutable
@NotThreadSafe
public static interface DescribeRcsAgentCountryLaunchStatusResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeRcsAgentCountryLaunchStatusResponse.Builder,DescribeRcsAgentCountryLaunchStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncountryLaunchStatus(Collection<CountryLaunchStatusInformation> countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.countryLaunchStatus(Consumer<CountryLaunchStatusInformation.Builder>... countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.countryLaunchStatus(CountryLaunchStatusInformation... countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.The token to be used for the next set of paginated results.rcsAgentArn(String rcsAgentArn) The Amazon Resource Name (ARN) of the RCS agent.rcsAgentId(String rcsAgentId) The unique identifier for the RCS agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
rcsAgentId
The unique identifier for the RCS agent.
- Parameters:
rcsAgentId- The unique identifier for the RCS agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rcsAgentArn
The Amazon Resource Name (ARN) of the RCS agent.
- Parameters:
rcsAgentArn- The Amazon Resource Name (ARN) of the RCS agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryLaunchStatus
DescribeRcsAgentCountryLaunchStatusResponse.Builder countryLaunchStatus(Collection<CountryLaunchStatusInformation> countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.
- Parameters:
countryLaunchStatus- An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryLaunchStatus
DescribeRcsAgentCountryLaunchStatusResponse.Builder countryLaunchStatus(CountryLaunchStatusInformation... countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.
- Parameters:
countryLaunchStatus- An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryLaunchStatus
DescribeRcsAgentCountryLaunchStatusResponse.Builder countryLaunchStatus(Consumer<CountryLaunchStatusInformation.Builder>... countryLaunchStatus) An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.
This is a convenience method that creates an instance of theCountryLaunchStatusInformation.Builderavoiding the need to create one manually viaCountryLaunchStatusInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocountryLaunchStatus(List<CountryLaunchStatusInformation>).- Parameters:
countryLaunchStatus- a consumer that will call methods onCountryLaunchStatusInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
- Parameters:
nextToken- The token to be used for the next set of paginated results. If this field is empty then there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-