Interface GetCredentialLockerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetCredentialLockerResponse.Builder,
,GetCredentialLockerResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetCredentialLockerResponse.Builder,
,GetCredentialLockerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCredentialLockerResponse
@Mutable
@NotThreadSafe
public static interface GetCredentialLockerResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetCredentialLockerResponse.Builder,GetCredentialLockerResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the credential locker.The timestamp value of when the credential locker requset occurred.The identifier of the credential locker.The name of the credential locker.A set of key/value pairs that are used to manage the credential locker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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
-
id
The identifier of the credential locker.
- Parameters:
id
- The identifier of the credential locker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the credential locker.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the credential locker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the credential locker.
- Parameters:
name
- The name of the credential locker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp value of when the credential locker requset occurred.
- Parameters:
createdAt
- The timestamp value of when the credential locker requset occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of key/value pairs that are used to manage the credential locker.
- Parameters:
tags
- A set of key/value pairs that are used to manage the credential locker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-