Interface UpdatePlaceIndexResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>,LocationResponse.Builder,SdkBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePlaceIndexResponse
public static interface UpdatePlaceIndexResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdatePlaceIndexResponse.Builder,UpdatePlaceIndexResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePlaceIndexResponse.BuilderindexArn(String indexArn)The Amazon Resource Name (ARN) of the upated place index resource.UpdatePlaceIndexResponse.BuilderindexName(String indexName)The name of the updated place index resource.UpdatePlaceIndexResponse.BuilderupdateTime(Instant updateTime)The timestamp for when the place index resource was last updated 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
-
indexArn
UpdatePlaceIndexResponse.Builder indexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
- Parameters:
indexArn- The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
indexName
UpdatePlaceIndexResponse.Builder indexName(String indexName)
The name of the updated place index resource.
- Parameters:
indexName- The name of the updated place index resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
UpdatePlaceIndexResponse.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.- Parameters:
updateTime- The timestamp for when the place index resource was last updated 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.
-
-