Interface OpenIDConnectProviderListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenIDConnectProviderListEntry.Builder,OpenIDConnectProviderListEntry>,SdkBuilder<OpenIDConnectProviderListEntry.Builder,OpenIDConnectProviderListEntry>,SdkPojo
- Enclosing class:
- OpenIDConnectProviderListEntry
public static interface OpenIDConnectProviderListEntry.Builder extends SdkPojo, CopyableBuilder<OpenIDConnectProviderListEntry.Builder,OpenIDConnectProviderListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenIDConnectProviderListEntry.Builderarn(String arn)Sets the value of the Arn property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
OpenIDConnectProviderListEntry.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-