Interface CreateGeofenceCollectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGeofenceCollectionResponse.Builder,CreateGeofenceCollectionResponse>,LocationResponse.Builder,SdkBuilder<CreateGeofenceCollectionResponse.Builder,CreateGeofenceCollectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGeofenceCollectionResponse
public static interface CreateGeofenceCollectionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateGeofenceCollectionResponse.Builder,CreateGeofenceCollectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGeofenceCollectionResponse.BuildercollectionArn(String collectionArn)The Amazon Resource Name (ARN) for the geofence collection resource.CreateGeofenceCollectionResponse.BuildercollectionName(String collectionName)The name for the geofence collection.CreateGeofenceCollectionResponse.BuildercreateTime(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
collectionName
CreateGeofenceCollectionResponse.Builder collectionName(String 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
CreateGeofenceCollectionResponse.Builder collectionArn(String 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
CreateGeofenceCollectionResponse.Builder createTime(Instant 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.
-
-