Interface ResetNotificationSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ResetNotificationSettingsResponse.Builder,ResetNotificationSettingsResponse>
,RolesAnywhereResponse.Builder
,SdkBuilder<ResetNotificationSettingsResponse.Builder,ResetNotificationSettingsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ResetNotificationSettingsResponse
public static interface ResetNotificationSettingsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ResetNotificationSettingsResponse.Builder,ResetNotificationSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ResetNotificationSettingsResponse.Builder
trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
Sets the value of the TrustAnchor property for this object.ResetNotificationSettingsResponse.Builder
trustAnchor(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
ResetNotificationSettingsResponse.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 ResetNotificationSettingsResponse.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.Builder
avoiding the need to create one manually viaTrustAnchorDetail.builder()
.When the
Consumer
completes,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)
-
-