Interface UpdateKeyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateKeyResponse.Builder,
,UpdateKeyResponse> LocationResponse.Builder
,SdkBuilder<UpdateKeyResponse.Builder,
,UpdateKeyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateKeyResponse
@Mutable
@NotThreadSafe
public static interface UpdateKeyResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateKeyResponse.Builder,UpdateKeyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the API key resource.The name of the API key resource.updateTime
(Instant updateTime) The timestamp for when the API key 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
keyArn
The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:key/ExampleKey
- Parameters:
keyArn
- The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:key/ExampleKey
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
keyName
The name of the API key resource.
- Parameters:
keyName
- The name of the API key resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.- Parameters:
updateTime
- The timestamp for when the API key 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.
-