Interface PutNotificationSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutNotificationSettingsResponse.Builder,PutNotificationSettingsResponse>,RolesAnywhereResponse.Builder,SdkBuilder<PutNotificationSettingsResponse.Builder,PutNotificationSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutNotificationSettingsResponse
public static interface PutNotificationSettingsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<PutNotificationSettingsResponse.Builder,PutNotificationSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutNotificationSettingsResponse.BuildertrustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)Sets the value of the TrustAnchor property for this object.PutNotificationSettingsResponse.BuildertrustAnchor(TrustAnchorDetail trustAnchor)Sets the value of the TrustAnchor property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rolesanywhere.model.RolesAnywhereResponse.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
-
trustAnchor
PutNotificationSettingsResponse.Builder trustAnchor(TrustAnchorDetail trustAnchor)
Sets the value of the TrustAnchor property for this object.- Parameters:
trustAnchor- The new value for the TrustAnchor property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustAnchor
default PutNotificationSettingsResponse.Builder trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
Sets the value of the TrustAnchor property for this object. This is a convenience method that creates an instance of theTrustAnchorDetail.Builderavoiding the need to create one manually viaTrustAnchorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrustAnchor(TrustAnchorDetail).- Parameters:
trustAnchor- a consumer that will call methods onTrustAnchorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
trustAnchor(TrustAnchorDetail)
-
-