public static interface ListEndpointsByPlatformApplicationRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListEndpointsByPlatformApplicationRequest.Builder,ListEndpointsByPlatformApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsByPlatformApplicationRequest.Builder |
nextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.
|
ListEndpointsByPlatformApplicationRequest.Builder |
platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
|
ListEndpointsByPlatformApplicationRequest.Builder platformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.ListEndpointsByPlatformApplicationRequest.Builder nextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
nextToken - NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.Copyright © 2017. All rights reserved.