Interface GroupVersion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupVersion.Builder,GroupVersion>,SdkBuilder<GroupVersion.Builder,GroupVersion>,SdkPojo
- Enclosing class:
- GroupVersion
public static interface GroupVersion.Builder extends SdkPojo, CopyableBuilder<GroupVersion.Builder,GroupVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupVersion.BuilderconnectorDefinitionVersionArn(String connectorDefinitionVersionArn)The ARN of the connector definition version for this group.GroupVersion.BuildercoreDefinitionVersionArn(String coreDefinitionVersionArn)The ARN of the core definition version for this group.GroupVersion.BuilderdeviceDefinitionVersionArn(String deviceDefinitionVersionArn)The ARN of the device definition version for this group.GroupVersion.BuilderfunctionDefinitionVersionArn(String functionDefinitionVersionArn)The ARN of the function definition version for this group.GroupVersion.BuilderloggerDefinitionVersionArn(String loggerDefinitionVersionArn)The ARN of the logger definition version for this group.GroupVersion.BuilderresourceDefinitionVersionArn(String resourceDefinitionVersionArn)The ARN of the resource definition version for this group.GroupVersion.BuildersubscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)The ARN of the subscription definition version for this group.-
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
-
-
-
-
Method Detail
-
connectorDefinitionVersionArn
GroupVersion.Builder connectorDefinitionVersionArn(String connectorDefinitionVersionArn)
The 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.
-
coreDefinitionVersionArn
GroupVersion.Builder coreDefinitionVersionArn(String coreDefinitionVersionArn)
The 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.
-
deviceDefinitionVersionArn
GroupVersion.Builder deviceDefinitionVersionArn(String deviceDefinitionVersionArn)
The 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.
-
functionDefinitionVersionArn
GroupVersion.Builder functionDefinitionVersionArn(String functionDefinitionVersionArn)
The 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.
-
loggerDefinitionVersionArn
GroupVersion.Builder loggerDefinitionVersionArn(String loggerDefinitionVersionArn)
The 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.
-
resourceDefinitionVersionArn
GroupVersion.Builder resourceDefinitionVersionArn(String resourceDefinitionVersionArn)
The 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.
-
subscriptionDefinitionVersionArn
GroupVersion.Builder subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
The 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.
-
-