Interface ApplicationProvider.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationProvider.Builder,,- ApplicationProvider> - SdkBuilder<ApplicationProvider.Builder,,- ApplicationProvider> - SdkPojo
- Enclosing class:
- ApplicationProvider
- 
Method SummaryModifier and TypeMethodDescriptionapplicationProviderArn(String applicationProviderArn) The ARN of the application provider.default ApplicationProvider.BuilderdisplayData(Consumer<DisplayData.Builder> displayData) A structure that describes how IAM Identity Center represents the application provider in the portal.displayData(DisplayData displayData) A structure that describes how IAM Identity Center represents the application provider in the portal.federationProtocol(String federationProtocol) The protocol that the application provider uses to perform federation.federationProtocol(FederationProtocol federationProtocol) The protocol that the application provider uses to perform federation.default ApplicationProvider.BuilderresourceServerConfig(Consumer<ResourceServerConfig.Builder> resourceServerConfig) A structure that describes the application provider's resource server.resourceServerConfig(ResourceServerConfig resourceServerConfig) A structure that describes the application provider's resource server.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- 
applicationProviderArnThe ARN of the application provider. - Parameters:
- applicationProviderArn- The ARN of the application provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
federationProtocolThe protocol that the application provider uses to perform federation. - Parameters:
- federationProtocol- The protocol that the application provider uses to perform federation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
federationProtocolThe protocol that the application provider uses to perform federation. - Parameters:
- federationProtocol- The protocol that the application provider uses to perform federation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
displayDataA structure that describes how IAM Identity Center represents the application provider in the portal. - Parameters:
- displayData- A structure that describes how IAM Identity Center represents the application provider in the portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayDataA structure that describes how IAM Identity Center represents the application provider in the portal. This is a convenience method that creates an instance of theDisplayData.Builderavoiding the need to create one manually viaDisplayData.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayData(DisplayData).- Parameters:
- displayData- a consumer that will call methods on- DisplayData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceServerConfigA structure that describes the application provider's resource server. - Parameters:
- resourceServerConfig- A structure that describes the application provider's resource server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceServerConfigdefault ApplicationProvider.Builder resourceServerConfig(Consumer<ResourceServerConfig.Builder> resourceServerConfig) A structure that describes the application provider's resource server. This is a convenience method that creates an instance of theResourceServerConfig.Builderavoiding the need to create one manually viaResourceServerConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceServerConfig(ResourceServerConfig).- Parameters:
- resourceServerConfig- a consumer that will call methods on- ResourceServerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-