Interface ListGeofenceCollectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGeofenceCollectionsResponse.Builder,ListGeofenceCollectionsResponse>,LocationResponse.Builder,SdkBuilder<ListGeofenceCollectionsResponse.Builder,ListGeofenceCollectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGeofenceCollectionsResponse
public static interface ListGeofenceCollectionsResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListGeofenceCollectionsResponse.Builder,ListGeofenceCollectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGeofenceCollectionsResponse.Builderentries(Collection<ListGeofenceCollectionsResponseEntry> entries)Lists the geofence collections that exist in your Amazon Web Services account.ListGeofenceCollectionsResponse.Builderentries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)Lists the geofence collections that exist in your Amazon Web Services account.ListGeofenceCollectionsResponse.Builderentries(ListGeofenceCollectionsResponseEntry... entries)Lists the geofence collections that exist in your Amazon Web Services account.ListGeofenceCollectionsResponse.BuildernextToken(String nextToken)A pagination token indicating there are additional pages available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entries
ListGeofenceCollectionsResponse.Builder entries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your Amazon Web Services account.
- Parameters:
entries- Lists the geofence collections that exist in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListGeofenceCollectionsResponse.Builder entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
- Parameters:
entries- Lists the geofence collections that exist in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListGeofenceCollectionsResponse.Builder entries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
This is a convenience method that creates an instance of theListGeofenceCollectionsResponseEntry.Builderavoiding the need to create one manually viaListGeofenceCollectionsResponseEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onListGeofenceCollectionsResponseEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
nextToken
ListGeofenceCollectionsResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
- Parameters:
nextToken- A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-