Interface CreateKeySigningKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateKeySigningKeyResponse.Builder,CreateKeySigningKeyResponse>,Route53Response.Builder,SdkBuilder<CreateKeySigningKeyResponse.Builder,CreateKeySigningKeyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateKeySigningKeyResponse
public static interface CreateKeySigningKeyResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateKeySigningKeyResponse.Builder,CreateKeySigningKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateKeySigningKeyResponse.BuilderchangeInfo(Consumer<ChangeInfo.Builder> changeInfo)Sets the value of the ChangeInfo property for this object.CreateKeySigningKeyResponse.BuilderchangeInfo(ChangeInfo changeInfo)Sets the value of the ChangeInfo property for this object.default CreateKeySigningKeyResponse.BuilderkeySigningKey(Consumer<KeySigningKey.Builder> keySigningKey)The key-signing key (KSK) that the request creates.CreateKeySigningKeyResponse.BuilderkeySigningKey(KeySigningKey keySigningKey)The key-signing key (KSK) that the request creates.CreateKeySigningKeyResponse.Builderlocation(String location)The unique URL representing the new key-signing key (KSK).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.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
-
changeInfo
CreateKeySigningKeyResponse.Builder changeInfo(ChangeInfo 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
default CreateKeySigningKeyResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> 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:
changeInfo(ChangeInfo)
-
keySigningKey
CreateKeySigningKeyResponse.Builder keySigningKey(KeySigningKey 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:
keySigningKey(KeySigningKey)
-
location
CreateKeySigningKeyResponse.Builder location(String 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.
-
-