Interface CreateGeofenceCollectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateGeofenceCollectionResponse.Builder,
,CreateGeofenceCollectionResponse> LocationResponse.Builder
,SdkBuilder<CreateGeofenceCollectionResponse.Builder,
,CreateGeofenceCollectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateGeofenceCollectionResponse
@Mutable
@NotThreadSafe
public static interface CreateGeofenceCollectionResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateGeofenceCollectionResponse.Builder,CreateGeofenceCollectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncollectionArn
(String collectionArn) The Amazon Resource Name (ARN) for the geofence collection resource.collectionName
(String collectionName) The name for the geofence collection.createTime
(Instant createTime) The timestamp for when the geofence collection was created 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
collectionName
The name for the geofence collection.
- Parameters:
collectionName
- The name for the geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collectionArn
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
- Parameters:
collectionArn
- The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all 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.
-
-
createTime
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
- Parameters:
createTime
- The timestamp for when the geofence collection was created 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.
-