Interface CreateKeySigningKeyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateKeySigningKeyResponse.Builder,,CreateKeySigningKeyResponse> Route53Response.Builder,SdkBuilder<CreateKeySigningKeyResponse.Builder,,CreateKeySigningKeyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateKeySigningKeyResponse
@Mutable
@NotThreadSafe
public static interface CreateKeySigningKeyResponse.Builder
extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateKeySigningKeyResponse.Builder,CreateKeySigningKeyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchangeInfo(Consumer<ChangeInfo.Builder> changeInfo) Sets the value of the ChangeInfo property for this object.changeInfo(ChangeInfo changeInfo) Sets the value of the ChangeInfo property for this object.keySigningKey(Consumer<KeySigningKey.Builder> keySigningKey) The key-signing key (KSK) that the request creates.keySigningKey(KeySigningKey keySigningKey) The key-signing key (KSK) that the request creates.The unique URL representing the new key-signing key (KSK).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
changeInfo
Sets the value of the ChangeInfo property for this object.- Parameters:
changeInfo- The new value for the ChangeInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeInfo
Sets the value of the ChangeInfo property for this object. This is a convenience method that creates an instance of theChangeInfo.Builderavoiding the need to create one manually viaChangeInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeInfo(ChangeInfo).- Parameters:
changeInfo- a consumer that will call methods onChangeInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keySigningKey
The key-signing key (KSK) that the request creates.
- Parameters:
keySigningKey- The key-signing key (KSK) that the request creates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keySigningKey
default CreateKeySigningKeyResponse.Builder keySigningKey(Consumer<KeySigningKey.Builder> keySigningKey) The key-signing key (KSK) that the request creates.
This is a convenience method that creates an instance of theKeySigningKey.Builderavoiding the need to create one manually viaKeySigningKey.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeySigningKey(KeySigningKey).- Parameters:
keySigningKey- a consumer that will call methods onKeySigningKey.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The unique URL representing the new key-signing key (KSK).
- Parameters:
location- The unique URL representing the new key-signing key (KSK).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-