Interface CreateConfigurationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateConfigurationSetResponse
public static interface CreateConfigurationSetResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConfigurationSetResponse.BuilderconfigurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) of the newly created configuration set.CreateConfigurationSetResponse.BuilderconfigurationSetName(String configurationSetName)The name of the new configuration set.CreateConfigurationSetResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the configuration set was created, in UNIX epoch time format.CreateConfigurationSetResponse.Buildertags(Collection<Tag> tags)An array of key and value pair tags that's associated with the configuration set.CreateConfigurationSetResponse.Buildertags(Consumer<Tag.Builder>... tags)An array of key and value pair tags that's associated with the configuration set.CreateConfigurationSetResponse.Buildertags(Tag... tags)An array of key and value pair tags that's associated with the configuration set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
configurationSetArn
CreateConfigurationSetResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
- Parameters:
configurationSetArn- The Amazon Resource Name (ARN) of the newly created configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
CreateConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the new configuration set.
- Parameters:
configurationSetName- The name of the new configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetResponse.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
- Parameters:
tags- An array of key and value pair tags that's associated with the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetResponse.Builder tags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
- Parameters:
tags- An array of key and value pair tags that's associated with the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateConfigurationSetResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the configuration set.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
createdTimestamp
CreateConfigurationSetResponse.Builder createdTimestamp(Instant createdTimestamp)
The time when the configuration set was created, in UNIX epoch time format.
- Parameters:
createdTimestamp- The time when the configuration set was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-