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