Class JourneyChannelSettings
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.JourneyChannelSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JourneyChannelSettings.Builder,JourneyChannelSettings>
@Generated("software.amazon.awssdk:codegen") public final class JourneyChannelSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JourneyChannelSettings.Builder,JourneyChannelSettings>
The channel-specific configurations for the journey.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJourneyChannelSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JourneyChannelSettings.Builderbuilder()StringconnectCampaignArn()Amazon Resource Name (ARN) of the Connect Campaign.StringconnectCampaignExecutionRoleArn()IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends JourneyChannelSettings.Builder>serializableBuilderClass()JourneyChannelSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectCampaignArn
public final String connectCampaignArn()
Amazon Resource Name (ARN) of the Connect Campaign.
- Returns:
- Amazon Resource Name (ARN) of the Connect Campaign.
-
connectCampaignExecutionRoleArn
public final String connectCampaignExecutionRoleArn()
IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
- Returns:
- IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.
-
toBuilder
public JourneyChannelSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JourneyChannelSettings.Builder,JourneyChannelSettings>
-
builder
public static JourneyChannelSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends JourneyChannelSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-