public static interface PushSync.Builder extends SdkPojo, CopyableBuilder<PushSync.Builder,PushSync>
Modifier and Type | Method and Description |
---|---|
PushSync.Builder |
applicationArns(Collection<String> applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync.Builder |
applicationArns(String... applicationArns)
List of SNS platform application ARNs that could be used by clients.
|
PushSync.Builder |
roleArn(String roleArn)
A role configured to allow Cognito to call SNS on behalf of the developer.
|
copy
applyMutation, build
PushSync.Builder applicationArns(Collection<String> applicationArns)
List of SNS platform application ARNs that could be used by clients.
applicationArns
- List of SNS platform application ARNs that could be used by clients.PushSync.Builder applicationArns(String... applicationArns)
List of SNS platform application ARNs that could be used by clients.
applicationArns
- List of SNS platform application ARNs that could be used by clients.PushSync.Builder roleArn(String roleArn)
A role configured to allow Cognito to call SNS on behalf of the developer.
roleArn
- A role configured to allow Cognito to call SNS on behalf of the developer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.