Interface OptOutListInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>,SdkBuilder<OptOutListInformation.Builder,OptOutListInformation>,SdkPojo
- Enclosing class:
- OptOutListInformation
public static interface OptOutListInformation.Builder extends SdkPojo, CopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptOutListInformation.BuildercreatedTimestamp(Instant createdTimestamp)The time when the OutOutList was created, in UNIX epoch time format.OptOutListInformation.BuilderoptOutListArn(String optOutListArn)The Amazon Resource Name (ARN) of the OptOutList.OptOutListInformation.BuilderoptOutListName(String optOutListName)The name of the OptOutList.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
optOutListArn
OptOutListInformation.Builder optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
- Parameters:
optOutListArn- The Amazon Resource Name (ARN) of the OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
OptOutListInformation.Builder optOutListName(String optOutListName)
The name of the OptOutList.
- Parameters:
optOutListName- The name of the OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
OptOutListInformation.Builder createdTimestamp(Instant createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time format.
- Parameters:
createdTimestamp- The time when the OutOutList was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-