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