Interface CreateApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateApplicationRequest.Builder,
,CreateApplicationRequest> SdkBuilder<CreateApplicationRequest.Builder,
,CreateApplicationRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
CreateApplicationRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationProviderArn
(String applicationProviderArn) The ARN of the application provider under which the operation will run.clientToken
(String clientToken) Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.description
(String description) The description of the .instanceArn
(String instanceArn) The ARN of the instance of IAM Identity Center under which the operation will run.The name of the .overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default CreateApplicationRequest.Builder
portalOptions
(Consumer<PortalOptions.Builder> portalOptions) A structure that describes the options for the portal associated with an application.portalOptions
(PortalOptions portalOptions) A structure that describes the options for the portal associated with an application.Specifies whether the application is enabled or disabled.status
(ApplicationStatus status) Specifies whether the application is enabled or disabled.tags
(Collection<Tag> tags) Specifies tags to be attached to the application.tags
(Consumer<Tag.Builder>... tags) Specifies tags to be attached to the application.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 Details
-
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
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
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
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
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
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:
-
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:
-
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:
-
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
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
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 totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-