Interface AssetInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetInstance.Builder,AssetInstance>,SdkBuilder<AssetInstance.Builder,AssetInstance>,SdkPojo
- Enclosing class:
- AssetInstance
public static interface AssetInstance.Builder extends SdkPojo, CopyableBuilder<AssetInstance.Builder,AssetInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetInstance.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.AssetInstance.BuilderassetId(String assetId)The ID of the asset.AssetInstance.BuilderawsServiceName(String awsServiceName)The Amazon Web Services service name of the instance.AssetInstance.BuilderawsServiceName(AWSServiceName awsServiceName)The Amazon Web Services service name of the instance.AssetInstance.BuilderinstanceId(String instanceId)The ID of the instance.AssetInstance.BuilderinstanceType(String instanceType)The type of instance.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceId
AssetInstance.Builder instanceId(String instanceId)
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
AssetInstance.Builder instanceType(String instanceType)
The type of instance.
- Parameters:
instanceType- The type of instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetId
AssetInstance.Builder assetId(String assetId)
The ID of the asset.
- Parameters:
assetId- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
AssetInstance.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceName
AssetInstance.Builder awsServiceName(String awsServiceName)
The Amazon Web Services service name of the instance.
- Parameters:
awsServiceName- The Amazon Web Services service name of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceName,AWSServiceName
-
awsServiceName
AssetInstance.Builder awsServiceName(AWSServiceName awsServiceName)
The Amazon Web Services service name of the instance.
- Parameters:
awsServiceName- The Amazon Web Services service name of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AWSServiceName,AWSServiceName
-
-