Interface IdentityProviderSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IdentityProviderSummary.Builder,,- IdentityProviderSummary> - SdkBuilder<IdentityProviderSummary.Builder,,- IdentityProviderSummary> - SdkPojo
- Enclosing class:
- IdentityProviderSummary
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identityProviderThe IdentityProviderresource contains information about an identity provider.- Parameters:
- identityProvider- The- IdentityProviderresource contains information about an identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityProviderdefault 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 on- IdentityProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
settingsThe Settingsresource contains details about the registered identity provider’s product related configuration settings, such as the subnets to provision VPC endpoints.- Parameters:
- settings- The- Settingsresource 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.
 
- 
settingsThe 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 on- Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
productThe 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.
 
- 
statusThe 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.
 
- 
identityProviderArnThe 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.
 
- 
failureMessageThe 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.
 
- 
ownerAccountIdThe 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.
 
 
-