Interface CreateApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
,SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- CreateApplicationRequest
public static interface CreateApplicationRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateApplicationRequest.Builder
applicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.CreateApplicationRequest.Builder
clientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.CreateApplicationRequest.Builder
description(String description)
The description of the .CreateApplicationRequest.Builder
instanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.CreateApplicationRequest.Builder
name(String name)
The name of the .CreateApplicationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateApplicationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
default CreateApplicationRequest.Builder
portalOptions(Consumer<PortalOptions.Builder> portalOptions)
A structure that describes the options for the portal associated with an application.CreateApplicationRequest.Builder
portalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.CreateApplicationRequest.Builder
status(String status)
Specifies whether the application is enabled or disabled.CreateApplicationRequest.Builder
status(ApplicationStatus status)
Specifies whether the application is enabled or disabled.CreateApplicationRequest.Builder
tags(Collection<Tag> tags)
Specifies tags to be attached to the application.CreateApplicationRequest.Builder
tags(Consumer<Tag.Builder>... tags)
Specifies tags to be attached to the application.CreateApplicationRequest.Builder
tags(Tag... tags)
Specifies tags to be attached to the application.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
applicationProviderArn
CreateApplicationRequest.Builder applicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
- Parameters:
applicationProviderArn
- The ARN of the application provider under which the operation will run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateApplicationRequest.Builder clientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same
ClientToken
, but with different parameters, the retry fails with anIdempotentParameterMismatch
error.- Parameters:
clientToken
- Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same
ClientToken
, but with different parameters, the retry fails with anIdempotentParameterMismatch
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateApplicationRequest.Builder description(String description)
The description of the .
- Parameters:
description
- The description of the .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
CreateApplicationRequest.Builder instanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
instanceArn
- The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateApplicationRequest.Builder name(String name)
The name of the .
- Parameters:
name
- The name of the .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalOptions
CreateApplicationRequest.Builder portalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
- Parameters:
portalOptions
- A structure that describes the options for the portal associated with an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalOptions
default CreateApplicationRequest.Builder portalOptions(Consumer<PortalOptions.Builder> portalOptions)
A structure that describes the options for the portal associated with an application.
This is a convenience method that creates an instance of thePortalOptions.Builder
avoiding the need to create one manually viaPortalOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toportalOptions(PortalOptions)
.- Parameters:
portalOptions
- a consumer that will call methods onPortalOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
portalOptions(PortalOptions)
-
status
CreateApplicationRequest.Builder status(String status)
Specifies whether the application is enabled or disabled.
- Parameters:
status
- Specifies whether the application is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus
,ApplicationStatus
-
status
CreateApplicationRequest.Builder status(ApplicationStatus status)
Specifies whether the application is enabled or disabled.
- Parameters:
status
- Specifies whether the application is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus
,ApplicationStatus
-
tags
CreateApplicationRequest.Builder tags(Collection<Tag> tags)
Specifies tags to be attached to the application.
- Parameters:
tags
- Specifies tags to be attached to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateApplicationRequest.Builder tags(Tag... tags)
Specifies tags to be attached to the application.
- Parameters:
tags
- Specifies tags to be attached to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateApplicationRequest.Builder tags(Consumer<Tag.Builder>... tags)
Specifies tags to be attached to the application.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-