Interface DescribeNotifyConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeNotifyConfigurationsResponse.Builder,,DescribeNotifyConfigurationsResponse> PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeNotifyConfigurationsResponse.Builder,,DescribeNotifyConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeNotifyConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface DescribeNotifyConfigurationsResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeNotifyConfigurationsResponse.Builder,DescribeNotifyConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to be used for the next set of paginated results.notifyConfigurations(Collection<NotifyConfigurationInformation> notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.notifyConfigurations(Consumer<NotifyConfigurationInformation.Builder>... notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.notifyConfigurations(NotifyConfigurationInformation... notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.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
-
notifyConfigurations
DescribeNotifyConfigurationsResponse.Builder notifyConfigurations(Collection<NotifyConfigurationInformation> notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.
- Parameters:
notifyConfigurations- An array of NotifyConfigurationInformation objects that contain the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifyConfigurations
DescribeNotifyConfigurationsResponse.Builder notifyConfigurations(NotifyConfigurationInformation... notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.
- Parameters:
notifyConfigurations- An array of NotifyConfigurationInformation objects that contain the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifyConfigurations
DescribeNotifyConfigurationsResponse.Builder notifyConfigurations(Consumer<NotifyConfigurationInformation.Builder>... notifyConfigurations) An array of NotifyConfigurationInformation objects that contain the results.
This is a convenience method that creates an instance of theNotifyConfigurationInformation.Builderavoiding the need to create one manually viaNotifyConfigurationInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotifyConfigurations(List<NotifyConfigurationInformation>).- Parameters:
notifyConfigurations- a consumer that will call methods onNotifyConfigurationInformation.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.
-