Interface GetGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGroupRequest.Builder,GetGroupRequest>,QBusinessRequest.Builder,SdkBuilder<GetGroupRequest.Builder,GetGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGroupRequest
public static interface GetGroupRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<GetGroupRequest.Builder,GetGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGroupRequest.BuilderapplicationId(String applicationId)The identifier of the application id the group is attached to.GetGroupRequest.BuilderdataSourceId(String dataSourceId)The identifier of the data source the group is attached to.GetGroupRequest.BuildergroupName(String groupName)The name of the group.GetGroupRequest.BuilderindexId(String indexId)The identifier of the index the group is attached to.GetGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
applicationId
GetGroupRequest.Builder applicationId(String applicationId)
The identifier of the application id the group is attached to.
- Parameters:
applicationId- The identifier of the application id the group is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
GetGroupRequest.Builder dataSourceId(String dataSourceId)
The identifier of the data source the group is attached to.
- Parameters:
dataSourceId- The identifier of the data source the group is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
GetGroupRequest.Builder groupName(String groupName)
The name of the group.
- Parameters:
groupName- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexId
GetGroupRequest.Builder indexId(String indexId)
The identifier of the index the group is attached to.
- Parameters:
indexId- The identifier of the index the group is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-