Interface GetSmsAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSmsAttributesRequest.Builder,,GetSmsAttributesRequest> SdkBuilder<GetSmsAttributesRequest.Builder,,GetSmsAttributesRequest> SdkPojo,SdkRequest.Builder,SnsRequest.Builder
- Enclosing class:
- GetSmsAttributesRequest
@Mutable
@NotThreadSafe
public static interface GetSmsAttributesRequest.Builder
extends SnsRequest.Builder, SdkPojo, CopyableBuilder<GetSmsAttributesRequest.Builder,GetSmsAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(String... attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.attributes(Collection<String> attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.sns.model.SnsRequest.Builder
build
-
Method Details
-
attributes
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Parameters:
attributes- A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Parameters:
attributes- A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSmsAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSmsAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-