Interface GroupVersion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GroupVersion.Builder,,- GroupVersion> - SdkBuilder<GroupVersion.Builder,,- GroupVersion> - SdkPojo
- Enclosing class:
- GroupVersion
@Mutable
@NotThreadSafe
public static interface GroupVersion.Builder
extends SdkPojo, CopyableBuilder<GroupVersion.Builder,GroupVersion> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectorDefinitionVersionArn(String connectorDefinitionVersionArn) The ARN of the connector definition version for this group.coreDefinitionVersionArn(String coreDefinitionVersionArn) The ARN of the core definition version for this group.deviceDefinitionVersionArn(String deviceDefinitionVersionArn) The ARN of the device definition version for this group.functionDefinitionVersionArn(String functionDefinitionVersionArn) The ARN of the function definition version for this group.loggerDefinitionVersionArn(String loggerDefinitionVersionArn) The ARN of the logger definition version for this group.resourceDefinitionVersionArn(String resourceDefinitionVersionArn) The ARN of the resource definition version for this group.subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) The ARN of the subscription definition version for this group.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- 
connectorDefinitionVersionArnThe ARN of the connector definition version for this group.- Parameters:
- connectorDefinitionVersionArn- The ARN of the connector definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
coreDefinitionVersionArnThe ARN of the core definition version for this group.- Parameters:
- coreDefinitionVersionArn- The ARN of the core definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deviceDefinitionVersionArnThe ARN of the device definition version for this group.- Parameters:
- deviceDefinitionVersionArn- The ARN of the device definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionDefinitionVersionArnThe ARN of the function definition version for this group.- Parameters:
- functionDefinitionVersionArn- The ARN of the function definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loggerDefinitionVersionArnThe ARN of the logger definition version for this group.- Parameters:
- loggerDefinitionVersionArn- The ARN of the logger definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceDefinitionVersionArnThe ARN of the resource definition version for this group.- Parameters:
- resourceDefinitionVersionArn- The ARN of the resource definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subscriptionDefinitionVersionArnThe ARN of the subscription definition version for this group.- Parameters:
- subscriptionDefinitionVersionArn- The ARN of the subscription definition version for this group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-