Interface CreateAnonymousWebExperienceUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateAnonymousWebExperienceUrlRequest.Builder,
,CreateAnonymousWebExperienceUrlRequest> QBusinessRequest.Builder
,SdkBuilder<CreateAnonymousWebExperienceUrlRequest.Builder,
,CreateAnonymousWebExperienceUrlRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAnonymousWebExperienceUrlRequest
@Mutable
@NotThreadSafe
public static interface CreateAnonymousWebExperienceUrlRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateAnonymousWebExperienceUrlRequest.Builder,CreateAnonymousWebExperienceUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The identifier of the Amazon Q Business application environment attached to the web experience.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionDurationInMinutes
(Integer sessionDurationInMinutes) The duration of the session associated with the unique URL for the web experience.webExperienceId
(String webExperienceId) The identifier of the web experience.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.services.qbusiness.model.QBusinessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The identifier of the Amazon Q Business application environment attached to the web experience.
- Parameters:
applicationId
- The identifier of the Amazon Q Business application environment attached to the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webExperienceId
The identifier of the web experience.
- Parameters:
webExperienceId
- The identifier of the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionDurationInMinutes
CreateAnonymousWebExperienceUrlRequest.Builder sessionDurationInMinutes(Integer sessionDurationInMinutes) The duration of the session associated with the unique URL for the web experience.
- Parameters:
sessionDurationInMinutes
- The duration of the session associated with the unique URL for the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAnonymousWebExperienceUrlRequest.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
CreateAnonymousWebExperienceUrlRequest.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.
-