Uses of Interface
software.amazon.awssdk.services.location.model.CreatePlaceIndexResponse.Builder
-
Packages that use CreatePlaceIndexResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of CreatePlaceIndexResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreatePlaceIndexResponse.Builder Modifier and Type Method Description static CreatePlaceIndexResponse.BuilderCreatePlaceIndexResponse. builder()CreatePlaceIndexResponse.BuilderCreatePlaceIndexResponse.Builder. createTime(Instant createTime)The timestamp for when the place index resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.CreatePlaceIndexResponse.BuilderCreatePlaceIndexResponse.Builder. indexArn(String indexArn)The Amazon Resource Name (ARN) for the place index resource.CreatePlaceIndexResponse.BuilderCreatePlaceIndexResponse.Builder. indexName(String indexName)The name for the place index resource.CreatePlaceIndexResponse.BuilderCreatePlaceIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreatePlaceIndexResponse.Builder Modifier and Type Method Description static Class<? extends CreatePlaceIndexResponse.Builder>CreatePlaceIndexResponse. serializableBuilderClass()
-