Interface UpdateGeofenceCollectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>,LocationResponse.Builder,SdkBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateGeofenceCollectionResponse
public static interface UpdateGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateGeofenceCollectionResponse.Builder,UpdateGeofenceCollectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGeofenceCollectionResponse.BuildercollectionArn(String collectionArn)The Amazon Resource Name (ARN) of the updated geofence collection.UpdateGeofenceCollectionResponse.BuildercollectionName(String collectionName)The name of the updated geofence collection.UpdateGeofenceCollectionResponse.BuilderupdateTime(Instant updateTime)The time when the geofence collection was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ-
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
-
collectionName
UpdateGeofenceCollectionResponse.Builder collectionName(String collectionName)
The name of the updated geofence collection.
- Parameters:
collectionName- The name of the updated geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionArn
UpdateGeofenceCollectionResponse.Builder collectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Parameters:
collectionArn- The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updateTime
UpdateGeofenceCollectionResponse.Builder updateTime(Instant updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
updateTime- The time when the geofence collection was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-