Interface GetDecryptedApiKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>,SdkBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>,SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
- GetDecryptedApiKeyResponse
public static interface GetDecryptedApiKeyResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDecryptedApiKeyResponse.BuildercreationTimestamp(Instant creationTimestamp)The date and time that the key was created.GetDecryptedApiKeyResponse.BuildertokenDomains(String... tokenDomains)The token domains that are defined in this API key.GetDecryptedApiKeyResponse.BuildertokenDomains(Collection<String> tokenDomains)The token domains that are defined in this API key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
tokenDomains
GetDecryptedApiKeyResponse.Builder tokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
- Parameters:
tokenDomains- The token domains that are defined in this API key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenDomains
GetDecryptedApiKeyResponse.Builder tokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
- Parameters:
tokenDomains- The token domains that are defined in this API key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
GetDecryptedApiKeyResponse.Builder creationTimestamp(Instant creationTimestamp)
The date and time that the key was created.
- Parameters:
creationTimestamp- The date and time that the key was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-