Interface DeleteOptOutListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteOptOutListResponse.Builder,
,DeleteOptOutListResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteOptOutListResponse.Builder,
,DeleteOptOutListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteOptOutListResponse
@Mutable
@NotThreadSafe
public static interface DeleteOptOutListResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the OptOutList was created, in UNIX epoch time format.optOutListArn
(String optOutListArn) The Amazon Resource Name (ARN) of the OptOutList that was removed.optOutListName
(String optOutListName) The name of the OptOutList that was removed.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
optOutListArn
The Amazon Resource Name (ARN) of the OptOutList that was removed.
- Parameters:
optOutListArn
- The Amazon Resource Name (ARN) of the OptOutList that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
The name of the OptOutList that was removed.
- Parameters:
optOutListName
- The name of the OptOutList that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time when the OptOutList was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the OptOutList was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-