Package com.ibm.cloud.is.vpc.v1.model
Class SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.Builder
-
public static class SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(SecurityGroupRuleRemotePatchSecurityGroupIdentity securityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref)
Instantiates a new Builder from an existing SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref instance.Builder(String href)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref
build()
Builds a SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.Builder
href(String href)
Set the href.
-
-
-
Constructor Detail
-
Builder
public Builder(SecurityGroupRuleRemotePatchSecurityGroupIdentity securityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref)
Instantiates a new Builder from an existing SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref instance.- Parameters:
securityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref
- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String href)
Instantiates a new builder with required properties.- Parameters:
href
- the href
-
-
Method Detail
-
build
public SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref build()
Builds a SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.- Returns:
- the new SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref instance
-
href
public SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.Builder href(String href)
Set the href.- Parameters:
href
- the href- Returns:
- the SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref builder
-
-