CopyableBuilder<PushSync.Builder,PushSync>
, SdkBuilder<PushSync.Builder,PushSync>
public static interface PushSync.Builder extends CopyableBuilder<PushSync.Builder,PushSync>
Modifier and Type | Method | Description |
---|---|---|
PushSync.Builder |
applicationArns(String... applicationArns) |
List of SNS platform application ARNs that could be used by clients.
|
PushSync.Builder |
applicationArns(Collection<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
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setApplicationArns(java.util.Collection)
or #withApplicationArns(java.util.Collection)
if
you want to override the existing values.
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.