Interface IdentityProviderSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityProviderSummary.Builder,,IdentityProviderSummary> SdkBuilder<IdentityProviderSummary.Builder,,IdentityProviderSummary> SdkPojo
- Enclosing class:
IdentityProviderSummary
-
Method Summary
Modifier and TypeMethodDescriptionfailureMessage(String failureMessage) The failure message associated with an identity provider.default IdentityProviderSummary.BuilderidentityProvider(Consumer<IdentityProvider.Builder> identityProvider) TheIdentityProviderresource contains information about an identity provider.identityProvider(IdentityProvider identityProvider) TheIdentityProviderresource contains information about an identity provider.identityProviderArn(String identityProviderArn) The Amazon Resource Name (ARN) of the identity provider.ownerAccountId(String ownerAccountId) The AWS Account ID of the owner of this resource.The name of the user-based subscription product.default IdentityProviderSummary.Buildersettings(Consumer<Settings.Builder> settings) TheSettingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.TheSettingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.The status of the identity provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identityProvider
The
IdentityProviderresource contains information about an identity provider.- Parameters:
identityProvider- TheIdentityProviderresource contains information about an identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProvider
default IdentityProviderSummary.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider) The
This is a convenience method that creates an instance of theIdentityProviderresource contains information about an identity provider.IdentityProvider.Builderavoiding the need to create one manually viaIdentityProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProvider(IdentityProvider).- Parameters:
identityProvider- a consumer that will call methods onIdentityProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
settings
The
Settingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.- Parameters:
settings- TheSettingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The
This is a convenience method that creates an instance of theSettingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.Settings.Builderavoiding the need to create one manually viaSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(Settings).- Parameters:
settings- a consumer that will call methods onSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
product
The name of the user-based subscription product.
- Parameters:
product- The name of the user-based subscription product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the identity provider.
- Parameters:
status- The status of the identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderArn
The Amazon Resource Name (ARN) of the identity provider.
- Parameters:
identityProviderArn- The Amazon Resource Name (ARN) of the identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
The failure message associated with an identity provider.
- Parameters:
failureMessage- The failure message associated with an identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The AWS Account ID of the owner of this resource.
- Parameters:
ownerAccountId- The AWS Account ID of the owner of this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-